This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
The $browser service currently provides notifyWhenNoOutstandingRequests()
. I'd like the complement: notifyWhenOutstandingRequests()
-- to show a loading message when there are outstanding requests, automatically. It might pass the number of outstanding requests, or even handles to the $xhr
or $resource
involved in the request.