artch/angular-route-segment

$routeSegmentChangeSuccess?

Closed this issue · 1 comments

When changing actual routes in angular, one can use

$rootScope.$on('$routeChangeSuccess', ...

to act upon route changes. Unfortunately, upon $routeChangeSuccess, the route segments aren't fully populated yet. Is there are similar event I can hook up to?

Got it: routeSegmentChange.