Commit c7d76253c383b10cdf8ef97f22865c7e97e1d690
1 parent
6238378215
Exists in
master
sintaxis correcta
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -202,7 +202,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
202 | 202 | templateUrl: 'foca-modal-nota-pedido.html', |
203 | 203 | controller: 'focaModalNotaPedidoController', |
204 | 204 | size: 'lg', |
205 | - resolve: {usadoPor: function(){return 'notaPedido';}} | |
205 | + resolve: {usadoPor: function() {return 'notaPedido';}} | |
206 | 206 | } |
207 | 207 | ); |
208 | 208 | modalInstance.result.then( |