ngRoute.$route.$routeChangeSuccess

$routeChangeSuccess

Broadcasted after a route change has happened successfully. The resolve dependencies are now available in the current.locals property.

ngView listens for the directive to instantiate the controller and render the view.

Type:

broadcast

Target:

root scope

Parameters

Param Type Details
angularEvent Object

Synthetic event object.

current Route

Current route information.

previous RouteUndefined

Previous route information, or undefined if current is first route entered.

doc_AngularJS
2016-03-29 16:12:24
Comments
Leave a Comment

Please login to continue.