$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. |
Please login to continue.