Commit 8a632ac2c9bcb898643cc331c1964906fdd7ebda
1 parent
216006b8ce
Exists in
master
arreglo formato de tabla
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -105,7 +105,6 @@ angular.module('focaOrdenCarga') |
105 | 105 | $scope.hojaRuta.transportista = transportista; |
106 | 106 | $scope.hojaRuta.vehiculo.cisternas = vehiculo.cisternas; |
107 | 107 | getEstadosCisternas($scope.hojaRuta.vehiculo.cisternas); |
108 | - console.log($scope.hojaRuta.vehiculo.cisternas); | |
109 | 108 | }, function () { |
110 | 109 | seleccionarTransportista(); |
111 | 110 | }); |
... | ... | @@ -357,4 +356,4 @@ angular.module('focaOrdenCarga') |
357 | 356 | $location.path('/'); |
358 | 357 | } |
359 | 358 | } |
360 | - }]); | |
359 | + }]); |