Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2016 15:19
Show Gist options
  • Save anonymous/7df2bb812e2a6c3da4aeb1db8f6a1eef to your computer and use it in GitHub Desktop.
Save anonymous/7df2bb812e2a6c3da4aeb1db8f6a1eef 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