From 6972596ce99f2a11ae07e65ebcb554cef1dd3240 Mon Sep 17 00:00:00 2001 From: Matthew Kleiman Date: Mon, 23 Sep 2013 14:55:41 -0400 Subject: docs(ngRoute): add angularEvent param to $routeChangeStart event Adds missing implied first argument, `angularEvent`, to match the rest of the `$routeChange` event documentation. --- src/ngRoute/route.js | 1 + 1 file changed, 1 insertion(+) 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. */ -- cgit v1.2.3