Commit e5a95f5401657bb5996c9c40d9b8641ae6aff73f
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master (pmarco) See merge request modulos-npm/foca-crear-nota-pedido!89
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( |