Skip to content

Instantly share code, notes, and snippets.

@zouhenry
Created May 13, 2016 15:06
Show Gist options
  • Save zouhenry/d105a5fa5f04ca12a63187a3f9de78f6 to your computer and use it in GitHub Desktop.
Save zouhenry/d105a5fa5f04ca12a63187a3f9de78f6 to your computer and use it in GitHub Desktop.
Angular code snippets
//getting service from console
var $http = angular.element('body').injector().get('$http')
$http.get("api/v1/auth/status401")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment