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
The loader shows, but won't ever go away even after the content is all loaded. Did I do something wrong? I am using the delayed angular bootstrap call,
not sure if this is a problem or not. It didn't stop the popular angular-loading-bar plugin from working (but I'd much rather have a spinner than a fixed bar at the top of the page.)
Any help would be great! Thanks!
The text was updated successfully, but these errors were encountered:
Apparently if you try to install this package via bower using the package name 'angular-spinner', it will actually install this repo here: https://github.com/urish/angular-spinner which has an identical name. I had accidentally installed that one, and that's why I was getting into the trouble that I was. I was able to fix this by changing my bower.json file to look like this:
Any chance you'd be able to update this repo so that it has a different name? (At least in the bower package listings.) It seems to work great, so it would be a shame for it to not get more attention.
I tried to get this to work, but didn't have any luck =(
For starters, the sample code to include this library as a dependency doesn't seem to work
(i.e.)
I kept getting errors in my console until I changed the dependency name to 'angularSpinner'.
Even after doing that, despite adding:
The loader shows, but won't ever go away even after the content is all loaded. Did I do something wrong? I am using the delayed angular bootstrap call,
not sure if this is a problem or not. It didn't stop the popular angular-loading-bar plugin from working (but I'd much rather have a spinner than a fixed bar at the top of the page.)
Any help would be great! Thanks!
The text was updated successfully, but these errors were encountered: