mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-10 06:49:34 +08:00
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:
committed by
Brian Ford
parent
e9a222418a
commit
6972596ce9
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user