I'm having a bit of trouble understanding Angularjs Promises I have the following code:
function validateUser(name, pw) {
var status = '';
var data = {login: name, senha: pw, plataforma: 'APP'};
$http.post('http://localhost:8100/l...
asked by
14.10.2016 / 16:16