Commit a59aa0d96aababbd6267b9705374bd194f5295c6
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
resolve como funcion See merge request modulos-npm/foca-crear-remito!18
Showing
1 changed file
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( |