Commit 4f01e66a4421945ed59f01c0a71e2d92c8364751
Exists in
master
Merge branch 'master' of https://debo.suite.repo/modulos-npm/foca-crear-nota-pedido
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -243,7 +243,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
243 | 243 | templateUrl: 'foca-modal-nota-pedido.html', |
244 | 244 | controller: 'focaModalNotaPedidoController', |
245 | 245 | size: 'lg', |
246 | - resolve: {usadoPor: 'notaPedido'} | |
246 | + resolve: {usadoPor: function(){return 'notaPedido';}} | |
247 | 247 | } |
248 | 248 | ); |
249 | 249 | modalInstance.result.then( |