Skip to content

Instantly share code, notes, and snippets.

@NizarOukhchi
Created December 6, 2015 22:27
Show Gist options
  • Save NizarOukhchi/5e83aa4011c7f1926089 to your computer and use it in GitHub Desktop.
Save NizarOukhchi/5e83aa4011c7f1926089 to your computer and use it in GitHub Desktop.
Get Service: A snippet that allows you te explore an angular service
var service = prompt('Service name'); console.log(window[service] = angular.element('[ng-app], [data-ng-app]').injector().get(service));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment