diff options
| author | Matthew Kleiman | 2013-09-23 14:55:41 -0400 |
|---|---|---|
| committer | Brian Ford | 2013-10-01 14:36:54 -0700 |
| commit | 6972596ce99f2a11ae07e65ebcb554cef1dd3240 (patch) | |
| tree | cfb418a878863a6c8d11aad1b020069689853f45 /src | |
| parent | e9a222418a029d830698444cf95bf13f8ad75805 (diff) | |
| download | angular.js-6972596ce99f2a11ae07e65ebcb554cef1dd3240.tar.bz2 | |
docs(ngRoute): add angularEvent param to $routeChangeStart event
Adds missing implied first argument, `angularEvent`, to match
the rest of the `$routeChange` event documentation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngRoute/route.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index f0bfde37..cd911ada 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -346,6 +346,7 @@ function $RouteProvider(){ * defined in `resolve` route property. Once all of the dependencies are resolved * `$routeChangeSuccess` is fired. * + * @param {Object} angularEvent Synthetic event object. * @param {Route} next Future route information. * @param {Route} current Current route information. */ |
