Open udaykirangv opened 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
I was facing this same issue, so I forced the cfpLoadingBar.start() on init and cfpLoadingBar.complete() in the end of my request.
cfpLoadingBar.start()
cfpLoadingBar.complete()
To do that, just inject cfpLoadingBar on your controller.
cfpLoadingBar
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