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

cpfloadingbar using interceptor doesnt load at times

Open udaykirangv opened this issue 6 years ago • 1 comments

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

udaykirangv avatar Jun 09 '18 10:06 udaykirangv

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.

nardocesar avatar Sep 17 '18 22:09 nardocesar