$routeChangeSuccess is not working with ngNewRouter AngularJS 1.4 $routeChangeSuccess is not working with ngNewRouter AngularJS 1.4 angularjs angularjs

$routeChangeSuccess is not working with ngNewRouter AngularJS 1.4


There are some Hooks available for change detection. I think you should listen activate hook on controller where you want to detect change. You can look here for more detail.