How do I add 1 item to a json object in angularJS.
In case I have: {COD: 29, MOTIVO: "teste"}
And I'd like you to stay: {COD: 29, MOTIVO: "teste", ID : 12345789}
Home
I tried the following:
$scope.cadastroSolicitacao = function(...
asked by
10.02.2017 / 20:47