Commit a826c8538f141f19cd27de3c30e3b5f588a419d6
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !21
Showing
1 changed file
Show diff stats
src/js/controller.js
| ... | ... | @@ -565,7 +565,10 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 565 | 565 | templateUrl: 'modal-domicilio.html', |
| 566 | 566 | controller: 'focaModalDomicilioController', |
| 567 | 567 | size: 'lg', |
| 568 | - resolve: { idCliente: function() { return cliente.cod; }} | |
| 568 | + resolve: { | |
| 569 | + idCliente: function() { return cliente.cod; }, | |
| 570 | + esNuevo: function() { return cliente.esNuevo; } | |
| 571 | + } | |
| 569 | 572 | } |
| 570 | 573 | ); |
| 571 | 574 | modalInstanceDomicilio.result.then( |