docs($location): fix link to $rootScope.Scope.$on

Previously missing the methods_ prefix.

Closes #5798
This commit is contained in:
Caitlin Potter
2014-01-14 13:41:50 -05:00
parent 98b2f8ef18
commit d119e36302

View File

@@ -574,7 +574,7 @@ function $LocationProvider(){
* @eventType broadcast on root scope
* @description
* Broadcasted before a URL will change. This change can be prevented by calling
* `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
* details about event object. Upon successful change
* {@link ng.$location#events_$locationChangeSuccess $locationChangeSuccess} is fired.
*