Commit 6f4cb42abad704756d9514510aa8bf0004aae838
1 parent
4cb41e811c
Exists in
master
nuevo resolve modalNotaPedido
Showing
1 changed file
with
2 additions
and
1 deletions
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( |