aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Kleiman2013-09-23 14:55:41 -0400
committerBrian Ford2013-10-01 14:36:54 -0700
commit6972596ce99f2a11ae07e65ebcb554cef1dd3240 (patch)
treecfb418a878863a6c8d11aad1b020069689853f45
parente9a222418a029d830698444cf95bf13f8ad75805 (diff)
downloadangular.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.
-rw-r--r--src/ngRoute/route.js1
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.
*/