-
Notifications
You must be signed in to change notification settings - Fork 678
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
Doesn't support AMD loaders like requireJS #246
Comments
I am using the same combination, of |
At requireJs.config 2-and i use shim to add angular as dependency for that module i have my mainAngularModule called appModule; var loadingBar = require('loadingBar');
it throw error because loadingBar is undefined
|
This pull request will solve this Issue |
+1 |
1 similar comment
+1 |
Closing, refer to #248 |
I am using requireJS as asynchronous module loader, i configured requireJS with the path of angular-loading-bar but when i load it using require i can't found the module.
The text was updated successfully, but these errors were encountered: