docs(ngRoute): add angularEvent param to $routeChangeStart event

Adds missing implied first argument, `angularEvent`, to match
the rest of the `$routeChange` event documentation.
This commit is contained in:
Matthew Kleiman 2013-09-23 14:55:41 -04:00 committed by Brian Ford
parent e9a222418a
commit 6972596ce9

View file

@ -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.
*/