Commit 86ce187a594c33816a4ede4b38f8960e1652d628
1 parent
948cdeb9e1
Exists in
master
and in
1 other branch
arreglo modal agregar cliente
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
... | ... | @@ -18,7 +18,7 @@ angular.module('focaBusquedaCliente') |
18 | 18 | return $http.get(API_ENDPOINT.URL + '/cliente-codigo/' + cod ); |
19 | 19 | }, |
20 | 20 | guardarCliente: function (cliente) { |
21 | - return $http.post(API_ENDPOINT.URL + '/cliente', { cliente:cliente }); | |
21 | + return $http.post(API_ENDPOINT.URL + '/cliente', { cliente: cliente }); | |
22 | 22 | } |
23 | 23 | }; |
24 | 24 | }]); |