Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greenmoss/774d2528e1ccc51a163febfccfb263d1 to your computer and use it in GitHub Desktop.
Save greenmoss/774d2528e1ccc51a163febfccfb263d1 to your computer and use it in GitHub Desktop.
$http({
method: 'GET',
url: 'https://google.com',
headers: {'Content-Type':'text/plain'}
})
.then(function(response) {
$log.debug(response.data)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment