$routeChangeError
Broadcasted if any of the resolve promises are rejected.
Type:
broadcast
Target:
root scope
Parameters
| Param | Type | Details |
|---|---|---|
| angularEvent | Object | Synthetic event object |
| current | Route | Current route information. |
| previous | Route | Previous route information. |
| rejection | Route | Rejection of the promise. Usually the error of the failed promise. |
Please login to continue.