Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f012374

Browse files
docs($routeChangeSuccess): note that resolve values are available on current route
Closes #11413
1 parent 14e0b9c commit f012374

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)