Commit 465b8e21580ed31a4063a051d287389d7e704abd
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
envia parametro 'esNuevo' a modal domicilio B See merge request !17
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -444,7 +444,10 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
444 | 444 | ariaLabelledBy: 'Busqueda de Domicilios', |
445 | 445 | templateUrl: 'modal-domicilio.html', |
446 | 446 | controller: 'focaModalDomicilioController', |
447 | - resolve: { idCliente: function() { return cliente.cod; }}, | |
447 | + resolve: { | |
448 | + idCliente: function() { return cliente.cod; }, | |
449 | + esNuevo: function() { return cliente.esNuevo; } | |
450 | + }, | |
448 | 451 | size: 'lg', |
449 | 452 | } |
450 | 453 | ); |