Skip to content

Instantly share code, notes, and snippets.

@alincc
Forked from anonymous/angular-snippet.js
Created April 19, 2016 15:20
Show Gist options
  • Save alincc/404b1e20197a1c7119d0b1120dd64f82 to your computer and use it in GitHub Desktop.
Save alincc/404b1e20197a1c7119d0b1120dd64f82 to your computer and use it in GitHub Desktop.
AngularJS snippet for Chrome, to debug apps
var injector = angular.injector(["ng"]);
var func = function($http) {
};
injector.invoke(func);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment