Skip to content

Instantly share code, notes, and snippets.

@kis
Created August 7, 2015 07:42
Show Gist options
  • Save kis/79df34c077002c68ab90 to your computer and use it in GitHub Desktop.
Save kis/79df34c077002c68ab90 to your computer and use it in GitHub Desktop.
$rootScope.$on('stateChangeError', function(e) {
if (e typeof AuthError) {
$state.go('login');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment