chieffancypants / angular-loading-bar

A fully automatic loading / progress bar for your angular apps.
https://chieffancypants.github.io/angular-loading-bar/
MIT License
5.17k stars 680 forks source link

cpfloadingbar using interceptor doesnt load at times #377

Open udaykirangv opened 6 years ago

udaykirangv commented 6 years ago

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 any help me with suggestion or solution.. Thanks

nardocesar commented 6 years ago

I was facing this same issue, so I forced the cfpLoadingBar.start() on init and cfpLoadingBar.complete() in the end of my request.

To do that, just inject cfpLoadingBar on your controller.