We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$routeUpdate
1 parent 448e789 commit b2b3360Copy full SHA for b2b3360
src/ngRoute/route.js
@@ -435,9 +435,11 @@ function $RouteProvider() {
435
* @name $route#$routeUpdate
436
* @eventType broadcast on root scope
437
* @description
438
- *
439
* The `reloadOnSearch` property has been set to false, and we are reusing the same
440
* instance of the Controller.
+ *
441
+ * @param {Object} angularEvent Synthetic event object
442
+ * @param {Route} current Current/previous route information.
443
*/
444
445
var forceReload = false,
0 commit comments