Skip to content

Instantly share code, notes, and snippets.

@Adriem
Last active October 20, 2017 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Adriem/87dc16b74448443d9ed3cec101fb0ae9 to your computer and use it in GitHub Desktop.
Save Adriem/87dc16b74448443d9ed3cec101fb0ae9 to your computer and use it in GitHub Desktop.
Debugging snippets

Some useful debugging snippets

Angular JS

Debugging ui-router

// Print each state transition
$rootScope.$on('$stateChangeSuccess', (_, toState) => console.log(`STATE CHANGED TO '${toState}'`));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment