on content loaded:
$rootScope.$on('$includeContentLoaded', function() {
//do your will
});
on content requested:
$rootScope.$on('$includeContentRequested', function() {
//...
});
on content loaded:
$rootScope.$on('$includeContentLoaded', function() {
//do your will
});
on content requested:
$rootScope.$on('$includeContentRequested', function() {
//...
});