Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@nahurst
Created October 23, 2014 21:16
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 nahurst/d2f6f9b18bc8638a3e25 to your computer and use it in GitHub Desktop.
Save nahurst/d2f6f9b18bc8638a3e25 to your computer and use it in GitHub Desktop.
Get an angular service from the console
service = angular.element(document).injector().get('cubeService')
service.track('plb_test', {'hi' : 'nathan'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment