Skip to content

Instantly share code, notes, and snippets.

@tlareg
Last active August 29, 2015 14:21
Show Gist options
  • Save tlareg/f4501e7cef6496f881da to your computer and use it in GitHub Desktop.
Save tlareg/f4501e7cef6496f881da to your computer and use it in GitHub Desktop.
getting angular service form browser console
angular.element('*[ng-app]').injector().get('serviceName');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment