Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(ngRoute): add angularEvent param to $routeChangeStart event
Browse files Browse the repository at this point in the history
Adds missing implied first argument, `angularEvent`, to match
the rest of the `$routeChange` event documentation.
  • Loading branch information
fotomut authored and btford committed Oct 1, 2013
1 parent e9a2224 commit 6972596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ngRoute/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 6972596

Please sign in to comment.