Skip to content

Instantly share code, notes, and snippets.

@vko-online
Created February 2, 2016 06:30
Show Gist options
  • Save vko-online/16fdbff80135d4a22c76 to your computer and use it in GitHub Desktop.
Save vko-online/16fdbff80135d4a22c76 to your computer and use it in GitHub Desktop.
Use angular services inside browser's console
//use angular services inside browser's console
var User = angular.injector(['lbServices']).get('User');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment