For example, a page contains multiple controllers and directives each making separate $http request to populate their data.
Is there a global event we can subscribe to that will be triggered when Angular finishes calling all callbacks (i.e. after all $http requests are complete and all callbacks have been executed)?