Commit 410e873a4ad4c25bf591aabb097d61fd0b4c6bfc
Exists in
master
Merge branch 'master' of http://git.focasoftware.com/npm/foca-crear-remito
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( |