Skip to content

Commit

Permalink
docs($route): add param info for $routeUpdate event
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsa authored and petebacondarwin committed Mar 25, 2015
1 parent 448e789 commit b2b3360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ngRoute/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,11 @@ function $RouteProvider() {
* @name $route#$routeUpdate
* @eventType broadcast on root scope
* @description
*
* The `reloadOnSearch` property has been set to false, and we are reusing the same
* instance of the Controller.
*
* @param {Object} angularEvent Synthetic event object
* @param {Route} current Current/previous route information.
*/

var forceReload = false,
Expand Down

0 comments on commit b2b3360

Please sign in to comment.