Skip to content

Commit 86f71cd

Browse files
fredsanetman92
authored andcommitted
docs($route): add param info for $routeUpdate event
Closes angular#11419
1 parent 5fb1ac1 commit 86f71cd

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
@@ -435,9 +435,11 @@ function $RouteProvider() {
435435
* @name $route#$routeUpdate
436436
* @eventType broadcast on root scope
437437
* @description
438-
*
439438
* The `reloadOnSearch` property has been set to false, and we are reusing the same
440439
* instance of the Controller.
440+
*
441+
* @param {Object} angularEvent Synthetic event object
442+
* @param {Route} current Current/previous route information.
441443
*/
442444

443445
var forceReload = false,

0 commit comments

Comments
 (0)