We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cf30c commit d435a51Copy full SHA for d435a51
src/ng/location.js
@@ -595,7 +595,7 @@ function $LocationProvider(){
595
* @eventType broadcast on root scope
596
* @description
597
* Broadcasted before a URL will change. This change can be prevented by calling
598
- * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more
+ * `preventDefault` method of the event. See {@link ng.$rootScope.Scope#methods_$on} for more
599
* details about event object. Upon successful change
600
* {@link ng.$location#events_$locationChangeSuccess $locationChangeSuccess} is fired.
601
*
0 commit comments