Closed
Description
It seems I'm unable to get the $viewContentLoading
fired.
The doc says it's fired by the $rootScope
, while in the example listen to the $scope
$scope.$on('$viewContentLoading',
function(event, viewConfig){
// Access to all the view config properties.
// and one special property 'targetView'
// viewConfig.targetView
});
I've tried both, but I couldn't catch any event