Implement a loading indicator for when API requests are being processed.
In other projects, I've used a directive that just watches for requests on the $http service, and shows the loading indicator when there are unresolved requests. It doesn't cover all cases, but is easy to use.
Implement a loading indicator for when API requests are being processed.
In other projects, I've used a directive that just watches for requests on the $http service, and shows the loading indicator when there are unresolved requests. It doesn't cover all cases, but is easy to use.