mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-21 12:51:51 +00: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:
parent
e9a222418a
commit
6972596ce9
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ function $RouteProvider(){
|
||||||
* defined in `resolve` route property. Once all of the dependencies are resolved
|
* defined in `resolve` route property. Once all of the dependencies are resolved
|
||||||
* `$routeChangeSuccess` is fired.
|
* `$routeChangeSuccess` is fired.
|
||||||
*
|
*
|
||||||
|
* @param {Object} angularEvent Synthetic event object.
|
||||||
* @param {Route} next Future route information.
|
* @param {Route} next Future route information.
|
||||||
* @param {Route} current Current route information.
|
* @param {Route} current Current route information.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue