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

Commit 6972596

Browse files
fotomutbtford
authored andcommitted
docs(ngRoute): add angularEvent param to $routeChangeStart event
Adds missing implied first argument, `angularEvent`, to match the rest of the `$routeChange` event documentation.
1 parent e9a2224 commit 6972596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ngRoute/route.js

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ function $RouteProvider(){
346346
* defined in `resolve` route property. Once all of the dependencies are resolved
347347
* `$routeChangeSuccess` is fired.
348348
*
349+
* @param {Object} angularEvent Synthetic event object.
349350
* @param {Route} next Future route information.
350351
* @param {Route} current Current route information.
351352
*/

0 commit comments

Comments
 (0)