Skip to content

Commit c253a8d

Browse files
petebacondarwinnetman92
authored andcommitted
docs($routeChangeSuccess): note that resolve values are available on current route
Closes angular#11413
1 parent 2166eca commit c253a8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ngRoute/route.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,9 @@ function $RouteProvider() {
407407
* @name $route#$routeChangeSuccess
408408
* @eventType broadcast on root scope
409409
* @description
410-
* Broadcasted after a route dependencies are resolved.
410+
* Broadcasted after a route change has happened successfully.
411+
* The `resolve` dependencies are now available in the `current.locals` property.
412+
*
411413
* {@link ngRoute.directive:ngView ngView} listens for the directive
412414
* to instantiate the controller and render the view.
413415
*

0 commit comments

Comments
 (0)