mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngRoute): add missing parameter to $routeChangeError
The first parameter in $routeChangeError is the event object. Closes #3986
This commit is contained in:
parent
da3dc5c5fe
commit
3b5fd53e2d
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ function $RouteProvider(){
|
|||
* @description
|
||||
* Broadcasted if any of the resolve promises are rejected.
|
||||
*
|
||||
* @param {Object} angularEvent Synthetic event object
|
||||
* @param {Route} current Current route information.
|
||||
* @param {Route} previous Previous route information.
|
||||
* @param {Route} rejection Rejection of the promise. Usually the error of the failed promise.
|
||||
|
|
|
|||
Loading…
Reference in a new issue