angular-loading-bar
angular-loading-bar copied to clipboard
A fully automatic loading / progress bar for your angular apps.
**What version of angular-loading-bar are you using?** 0.8.0 **What version of AngularJS are you using?** 1.5.8 Firstly, thanks for a great directive, its fantastic. The angular loading bar cache strategy...
Hello, I am able to use this loading bar, but in some circumstance I wait for a call back. Is there anyway to include in your current implementation or have...
**What version of angular-loading-bar are you using?** 0.9.0 **What version of AngularJS are you using?** 1.5.4 **What browsers are affected?** IE 9 **Please provide either a JSFiddle, Plunkr example that...
Following from pull request [#119](https://github.com/chieffancypants/angular-loading-bar/pull/119) - this solution seems to work nicely (and caters for the scenario you explained in the PR-119). Another thing to note is that I fixed...
**What issue is this PR resolving? Alternatively, please describe the bugfix/enhancement this PR aims to provide** To use npm instead of bower we need angular in the dependencies to use...
Hello i'm using the latest version of angular-loading-bar (v0.9.0). In your documentation you write: > Like the spinner configuration above, the loading bar can also be turned off for cases...
It becomes really useful and helpful to just click on the release section and see what's changed: https://github.com/chieffancypants/angular-loading-bar/releases Example of ours: https://github.com/exceptionless/Exceptionless.UI/releases
I was just looking through the code and saw your comments for the [random incrementing logic](https://github.com/chieffancypants/angular-loading-bar/blob/master/src/loading-bar.js#L242-L258) where you say you'd like to _"do this mathematically..."_. ### A Linear formula: If...
On iOS in safari, the loading bar can appear vertically centered on the page. I have found some other examples of this issue: http://stackoverflow.com/questions/14492613/ios-ipad-fixed-position-breaks-when-keyboard-is-opened I'm not sure what the best...
Here is an example: Angular Loading Bar I have tried to call the `.complete()` function in the finally block but it seems not working. Is it possible?