Skip to content

Commit 24dd9ea

Browse files
docs($routeChangeSuccess): note that resolve values are available on current route
Closes angular#11413
1 parent 8bd59a5 commit 24dd9ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ngRoute/route.js

Lines changed: 3 additions & 1 deletion
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)