Isometrica / sub-stance

An angular-meteor subscription manager with substance.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Error handling support #1

Closed SteveFortune closed 9 years ago

SteveFortune commented 9 years ago
SteveFortune commented 9 years ago

Listen on the $rootScope for $subTransitionError. Note that because the subs are started before the $state transition, if a sub throws an access error you'll be responsible for handling this in $subTransitionError (as well as possibly in $stateChangeFailed).