-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple modules load error #35
Comments
+1, broken in 0.3.0 |
Ok, do you have the message of the exception ? |
unfortunately i can't see that situation again and i didn't saved it but i am sure changing plugin file was source of error. |
In my case I simply replaced 0.2.0 with 0.3.0 and it started failing. Since I'm on a time crunch with a project I reverted to 0.2.0, and since 0.2.0 works I don't have a compelling reason to actually upgrade to 0.3.0, I'll have another look after release in a week or so. |
Ok thanks ! |
You should check if it was the same bug as #33 fixed in release 0.3.1 |
Still broken. The files are being loaded but do not appear to be evaluated/executed properly. Still in the middle of prep for release so won't look at it again till at least next week, thankfully 0.2.0 works fine. |
Damn :-( |
I've spent a bit of time looking at this and the only place I could reproduce any sort of error was using IE in ie8 emulation mode, where it kicked up a stink about the trailing comma in the original post. I'm sceptical as to whether that's the actual problem though or just an issue with the example given. It didn't occur in 0.2.0 though, only 0.3.0, so you never know! Either way, I've put in a quick fix to handle when the module being passed to the loader is undefined or null. I'm still testing a couple of other bits, then I'll issue a PR. |
Awesome, thanks ! Take your time, we're all doing this for the community. Thanks again for your help. |
In version 0.2.0 calling this works good:
but in latest version throws exception. i use angular.js 1.2.14
The text was updated successfully, but these errors were encountered: