Skip to content

Instantly share code, notes, and snippets.

@pinkhominid
Created May 21, 2019 19:05
Show Gist options
  • Save pinkhominid/f0e4c552e64e5543b39c0df250dc39d2 to your computer and use it in GitHub Desktop.
Save pinkhominid/f0e4c552e64e5543b39c0df250dc39d2 to your computer and use it in GitHub Desktop.
One-line AngularJS get service instance (e.g. $http)
angular.element(document.body).injector().get('$http')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment