Commit 595f4a5e7ffea284438ce1f79005556ab5990ffd

Authored by Luigi
Exists in master and in 1 other branch develop

Merge remote-tracking branch 'upstream/develop'

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 }