Commit 595f4a5e7ffea284438ce1f79005556ab5990ffd
Exists in
master
Merge remote-tracking branch 'upstream/develop'
Showing
1 changed file
 
Show diff stats
src/js/controller.js
| ... | ... | @@ -56,7 +56,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', | 
| 56 | 56 | if ($localStorage.notaPedido) { | 
| 57 | 57 | $timeout(function() { getLSNotaPedido();} ); | 
| 58 | 58 | } else { | 
| 59 | - for (property in parametros) { | |
| 59 | + for (var property in parametros) { | |
| 60 | 60 | $scope.notaPedido[property] = parametros[property]; | 
| 61 | 61 | $scope.inicial[property] = parametros[property]; | 
| 62 | 62 | } |