Skip to content

event $viewContentLoading doesn't seem to work #685

Closed
@dmatteo

Description

@dmatteo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions