diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 1826dac3d6df..1e46fbb33713 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -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,