ngRoute.$route.$routeChangeError

$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.

doc_AngularJS
2016-03-29 16:12:24
Comments
Leave a Comment

Please login to continue.