I came across a very nice approach to adding a spinner for http requests, which does it by adding an interceptor to the httpProvider service. There's a good example documented in this blog post:
However, I'm using Restangular instead of httpProvider, and I'm wondering if there's a similar way to do this for Restangular and perhaps generically for other services/providers? Or does this work only because httpProvider has the built-in responseInterceptors notion?
Thanks for any ideas!
-- Mason