Posts by thicst • 11 points
1 post
-
1
votes1
answer171
viewsQ: Problems with Promises from Angularjs
I have the following function in Angularjs: $scope.adicionarContato = function(contato) { contato.data = new Date(); $http.post("http://localhost:3412/contatos", contato).then(function…