We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
resolve
current
1 parent 8bd59a5 commit 24dd9eaCopy full SHA for 24dd9ea
src/ngRoute/route.js
@@ -407,7 +407,9 @@ function $RouteProvider() {
407
* @name $route#$routeChangeSuccess
408
* @eventType broadcast on root scope
409
* @description
410
- * Broadcasted after a route dependencies are resolved.
+ * Broadcasted after a route change has happened successfully.
411
+ * The `resolve` dependencies are now available in the `current.locals` property.
412
+ *
413
* {@link ngRoute.directive:ngView ngView} listens for the directive
414
* to instantiate the controller and render the view.
415
*
0 commit comments