Skip to content

Instantly share code, notes, and snippets.

@alcidesjunior
Created December 11, 2016 22:43
Show Gist options
  • Save alcidesjunior/02e08b3177675dc249ba86b7b43bb4a8 to your computer and use it in GitHub Desktop.
Save alcidesjunior/02e08b3177675dc249ba86b7b43bb4a8 to your computer and use it in GitHub Desktop.
$http({
url:"http://127.0.0.1:3000/login",
contentType:"application/json",
method:"POST",
data: JSON.stringify(login) ,
}).success(function(e){
console.log(e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment