Skip to content

Commit f49cfde

Browse files
caitpjamesdaily
authored andcommitted
docs($location): fix link to $locationChangeSuccess event
Closes angular#5717
1 parent 0324daf commit f49cfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/location.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ function $LocationProvider(){
576576
* Broadcasted before a URL will change. This change can be prevented by calling
577577
* `preventDefault` method of the event. See {@link ng.$rootScope.Scope#$on} for more
578578
* details about event object. Upon successful change
579-
* {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired.
579+
* {@link ng.$location#events_$locationChangeSuccess $locationChangeSuccess} is fired.
580580
*
581581
* @param {Object} angularEvent Synthetic event object.
582582
* @param {string} newUrl New URL

0 commit comments

Comments
 (0)