Closed NSLog0 closed 7 years ago
@avatarr, please replace minified file "/bower_components/angular-spinner/angular-spinner.min.js" to non-minified "/angular-spinner/angular-spinner.js" and check error. Thanks
I have the same error! Without minification is
SpinJSSpinner is not a function
at Object.<anonymous> (angular-spinner.js:90)
I solved! I had the import of spin.js
after angular-spinner.js
. I just switched the two and now it works :smile:
Thanks for leaving this comment. Its working for me now.
First spin.js and then angular-spinner.js should be loaded. Please avoid to use minified version. It will work.
Hi community folks,
We've decided to refactor the whole base code because of the many requests of webpack and amd compatibility issues, and we're using already webpack in master branch (+TypeScript).
You don't need to include spin.js anymore for angular-spinner to work, because it resolves as a dependency and webpack is bundling the both into one base code
when I access any page that include "us-spinner" directive I go error like this "TypeError: b is not a function" error on console
my Dependencies
I think it conflict with some Dependency, but I'm not sure