Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

regression rc2 -> rc3, angular-loader.js can't find minErr #4469

Closed
RangerRick opened this issue Oct 16, 2013 · 2 comments
Closed

regression rc2 -> rc3, angular-loader.js can't find minErr #4469

RangerRick opened this issue Oct 16, 2013 · 2 comments

Comments

@RangerRick
Copy link

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

Here's a plunk that demonstrates it:

http://plnkr.co/edit/HK3LL1

@drhumlen
Copy link

I get the same error message when I run my karma unit tests.

Update: After adding:
exclude: ['path/to/my/angular-loader.min.js'],
to my karma.unit.conf.js, it works again.

@RangerRick
Copy link
Author

Looks like this is a duplicate of #4437, I'll close this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants