-
Notifications
You must be signed in to change notification settings - Fork 216
$a console command sometimes throws an error #684
Comments
hi @hilaryhacksel |
Ok, I am able to reproduce this reliably now, and to do that I had to include the following steps:
A cache refresh was not required but the quitting chrome and opening again is. |
@orizens I think I've found at least the superficial cause of this error. At least it worked for me and for @hilaryhacksel. It might make you laugh but in the end it was just that the incorrect console "context" is selected. It should be "top" as in the screenshot below, but I found that mine had been changed to the extension context. Please confirm if this is describes your situation also. I'm thinking now about how to mitigate this annoyance with some proactive hinting in the console. |
Steps to reproduce:
-> produces the error: Uncaught ReferenceError: $a is not defined(…)
However, $a is defined if your developer tools is open before navigating to the angular app.
The text was updated successfully, but these errors were encountered: