angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

A fully automatic loading / progress bar for your angular apps.

Results 81 angular-loading-bar issues
Sort by recently updated
recently updated
newest added

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...

enhancement
needs-tests
accepted-pending-updates

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.

more-info-required

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...

task

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...

enhancement
pull-request-welcome

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) -...

enhancement
pull-request-welcome

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`:...

enhancement
pull-request-welcome

ngAnimate doesn't work on elements outside the main bootstrapped ng-app element.

bug