angularjs provides an $includeContentLoaded event that is fired by every instance of the ngInclude directive whenever it’s content is (re)loaded. In situations where you have multiple nested ngIncludes, the event is of limited use since it is fiddly to detect…
