-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
The $stateChangeSuccess event doesn't trigger when loading a page for the first time with a hash state such as: www.mysite.com/page/page_slug/#/hash1/hash2/ -
Not using Angular HTML5 mode.
$rootScope.$on('$stateChangeSuccess', function(event, toState, toParams, fromState, fromParams) {
console.info('########## state change success');
});
Metadata
Metadata
Assignees
Labels
No labels