diff options
| author | Caitlin Potter | 2014-01-09 20:46:55 -0500 |
|---|---|---|
| committer | Igor Minar | 2014-01-10 00:58:40 -0800 |
| commit | c77b2bcca36cf199478b8fb651972a1f650f646b (patch) | |
| tree | 0ec82ea22a125713ed85b42472a1e3b90b5d82bf /src | |
| parent | 5a4145fe16bb61720843ae938b789e32dbbfdb7d (diff) | |
| download | angular.js-c77b2bcca36cf199478b8fb651972a1f650f646b.tar.bz2 | |
docs($location): fix link to $locationChangeSuccess event
Closes #5717
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/location.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/location.js b/src/ng/location.js index 0a47445f..9ab99cb7 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -576,7 +576,7 @@ function $LocationProvider(){ * 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 * details about event object. Upon successful change - * {@link ng.$location#$locationChangeSuccess $locationChangeSuccess} is fired. + * {@link ng.$location#events_$locationChangeSuccess $locationChangeSuccess} is fired. * * @param {Object} angularEvent Synthetic event object. * @param {string} newUrl New URL |
