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

Commit b2b3360

Browse files
fredsapetebacondarwin
authored andcommitted
docs($route): add param info for $routeUpdate event
Closes #11419
1 parent 448e789 commit b2b3360

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)