Commit f4c816ddc4596210577e83e3b1a285a96a37367d
Exists in
master
Merge branch 'master' into 'master'
Master See merge request !2
Showing
1 changed file
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( |