angular-loading-bar
angular-loading-bar copied to clipboard
A fully automatic loading / progress bar for your angular apps.
This pull request solve this Issue https://github.com/chieffancypants/angular-loading-bar/issues/246 At requireJs.config 1- i added this line to the pathes loadingBar:'bower_components/angular-loading-bar/build/loading-bar.min', 2-and i use shim to add angular as dependency for that module...
If an HTTP request is blocked due to document Content Secuirty Policy, angular loading bar still keeps loading if when an exception is thrown in console.
Multiple requests can set the progress bar to go backwards due to the number of requests without responses being added to the total. Perhaps an easier way to deal with...
In my scenario, I always want to show the loading bar when the app starts or when a page transitions. However after the page transitions all requests (after the initial...
Wes, First off, thanks so much for this great Angular work. I'm using the component in a large-scale angular project and it has been outstanding. Thank you! I wanted to...
It would be nice if you added an option to disable the cache check. We are attaching a custom param to the url in some request to avoid getting the...
We are testing by setting this.parentSelector = 'div.myclass' or '#div_with_id'. The spinner is still appending to the top of the page (our ng-app call is not on body however) -...
With angularjs 1.2.x ng-animate became redundant in the face of CSS3 transitions. For example with bootstrap's .fade and .in style classes, the now preferable approach is to simply use `ng-class`:...
ngAnimate doesn't work on elements outside the main bootstrapped ng-app element.