Commit e91906832443d74a0434d486f92b7528a329eef4
1 parent
26fae65a55
Exists in
master
agrego resolve de modal nota pedido
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -87,7 +87,8 @@ angular.module('focaCrearRemito') .controller('remitoController', |
87 | 87 | ariaLabelledBy: 'Busqueda de Nota de Pedido', |
88 | 88 | templateUrl: 'foca-modal-nota-pedido.html', |
89 | 89 | controller: 'focaModalNotaPedidoController', |
90 | - size: 'lg' | |
90 | + size: 'lg', | |
91 | + resolve: {usadoPor: 'remito'} | |
91 | 92 | } |
92 | 93 | ); |
93 | 94 | modalInstance.result.then( |