Commit fc40aa429615c671a54556f1ef8634f52dbf2cdf
1 parent
c813416109
Exists in
master
esoacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controllerDetalleVehiculo.js
... | ... | @@ -43,7 +43,7 @@ angular.module('focaLogisticaPedidoRuta') |
43 | 43 | }); |
44 | 44 | $scope.aceptar = function() { |
45 | 45 | $scope.cargando = true; |
46 | - for (var i = 0; i < $scope.cisternasCarga.length; i++) { | |
46 | + for(var i = 0; i < $scope.cisternasCarga.length; i++) { | |
47 | 47 | delete $scope.cisternasCarga[i].articulo; |
48 | 48 | } |
49 | 49 | var cisterna = { |