You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I am using $script (https://github.com/ded/script.js) for dynamically loading javascript into my app. It first loads angular.min.js, and then when that's finished, I load angular-loader and angular-route.
Since upgrading from rc2 to rc3, I now get an error during angular-loader's initialization:
Uncaught ReferenceError: minErr is not defined angular-loader.js:19
(anonymous function) angular-loader.js:19
(anonymous function) angular-loader.js:17
I am using $script (https://github.com/ded/script.js) for dynamically loading javascript into my app. It first loads angular.min.js, and then when that's finished, I load angular-loader and angular-route.
Since upgrading from rc2 to rc3, I now get an error during angular-loader's initialization:
Here's a plunk that demonstrates it:
http://plnkr.co/edit/HK3LL1
The text was updated successfully, but these errors were encountered: