Commit 8f07fcfd0f6881a5ed65508282ab1769b8b0b56c
Exists in
master
Merge branch 'master' into 'master'
nuevo resolve modalNotaPedido See merge request modulos-npm/foca-crear-nota-pedido!86
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -240,7 +240,8 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
240 | 240 | ariaLabelledBy: 'Busqueda de Nota de Pedido', |
241 | 241 | templateUrl: 'foca-modal-nota-pedido.html', |
242 | 242 | controller: 'focaModalNotaPedidoController', |
243 | - size: 'lg' | |
243 | + size: 'lg', | |
244 | + resolve: {usadoPor: 'notaPedido'} | |
244 | 245 | } |
245 | 246 | ); |
246 | 247 | modalInstance.result.then( |