angular-loading-bar
angular-loading-bar copied to clipboard
A fully automatic loading / progress bar for your angular apps.
Sets bar width to 0 when animation is completed. It prevents full-width progress bar blinking after new animation call. Steps to reproduce bug: 1. Go to demo page and click...
Hello, Is there any option to make the loading bar go from right to left? This is extremely useful for apps that are in RTL langauges. I tried setting `direction:...
Hi I am working with cpfloadingbar using interceptor. I have few charts with filter when i apply filter or change to other chart cpfloadingbar does not show up at times.can...
How to show percentage?
Hey, I've noticed you can't actually add the spinner when bar is not included, so I provided a hotfix.
Hello, I have a question about removing container div from DOM after loading. Here is my code: ``` angular.module('app', ["angular-loading-bar"]) .config(['cfpLoadingBarProvider', function (cfpLoadingBarProvider) { cfpLoadingBarProvider.parentSelector = '#loading-bar-container'; }]) #loading-bar-container {...
**What version of angular-loading-bar are you using?** 0.9.0 **What version of AngularJS are you using?** 1.6.9 **What browsers are affected?** Chrome **Please provide either a JSFiddle, Plunkr example that replicates...
**What version of angular-loading-bar are you using?** 0.9.0 **What version of AngularJS are you using?** 1.5 **What browsers are affected?** chrome **Please provide either a JSFiddle, Plunkr example that replicates...
v0.8.0 Regarding the discussion at #50. I ran into this because my transformResponse was throwing an error (due the response being some error output and not the expected output). I...
**What version of angular-loading-bar are you using?** v0.9.0 **What version of AngularJS are you using?** 1.5.7 **What browsers are affected?** NA **Please provide either a JSFiddle, Plunkr example that replicates...