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

Disable loading-bar for all requests using non-GET HTTP methods

Open Medhavin opened this issue 7 years ago • 1 comments

Hi,

Is there a way to disable the loading-bar for all non-GET HTTP requests?

I understand that it can be disabled for individual HTTP calls , but how do I disable it globally?

Please help me with this. Thanks!

Medhavin avatar Jul 13 '17 01:07 Medhavin

Hi, in source code you can see there are various modules. If you inject cfp.loadingBar instead of angular-loading-bar, you don't have the default http interceptor and you can write a custom one.

davidecampello avatar Jan 11 '19 08:01 davidecampello