Global Loading Screen with Interceptors only on selected controller

Hi All,

I followed the below tutorial to create the global http interceptor

http://learn.ionicframework.com/formulas/loading-screen-with-interceptors/

Can we disable it for any particular controller, because i am building like functionality , where due to the global interceptor user has to wait for like request to complete successfully and blocks the interface for that period. Let me know if there is any solution to get rid of this issue.

@mhartington help me mate

Regards

Vaibhav

1 Like

So in reference to the example from the learn site

You should be able to just remove the code from the run function, and place it in the controllers you need.