diff --git a/src/js/controllerCisterna.js b/src/js/controllerCisterna.js index 3d4d86a..d2a620f 100644 --- a/src/js/controllerCisterna.js +++ b/src/js/controllerCisterna.js @@ -28,8 +28,8 @@ angular.module('focaAbmVehiculo') focaBotoneraLateralService.showGuardar(true, $scope.guardar); }); - if($routeParams.idx != -1) { - console.log('asd'); + if ($routeParams.idx != -1) { + $scope.cisterna = [$routeParams.idx]; focaAbmVehiculoService .getCisternas($routeParams.idVehiculo)