Commit ba93008bf5c0bf08857ce84ba6243e5fb3bb5515
1 parent
e919068324
Exists in
master
and in
1 other branch
resolve como funcion
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -88,7 +88,7 @@ angular.module('focaCrearRemito') .controller('remitoController', |
| 88 | 88 | templateUrl: 'foca-modal-nota-pedido.html', |
| 89 | 89 | controller: 'focaModalNotaPedidoController', |
| 90 | 90 | size: 'lg', |
| 91 | - resolve: {usadoPor: 'remito'} | |
| 91 | + resolve: {usadoPor: function() {return 'remito';}} | |
| 92 | 92 | } |
| 93 | 93 | ); |
| 94 | 94 | modalInstance.result.then( |