angular-loading-bar
angular-loading-bar copied to clipboard
cpfloadingbar using interceptor doesnt load at times
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
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.