Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $http.post('api/v1/login', object).then(function (results) {
  2. return results.data;
  3. });
  4.  
  5. //exemplo de um objecto apรณs preencher os campos senha/login
  6. {"customer":{"email":"filipe@teste.com","password":"123456"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement