Commit 8cb24dc5b7f9ea04ccea060416535f92953dfa4f
1 parent
10ea0c99c4
Exists in
master
Espacio en IF y c.Log
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/controllerCisterna.js
| ... | ... | @@ -28,8 +28,8 @@ angular.module('focaAbmVehiculo') |
| 28 | 28 | focaBotoneraLateralService.showGuardar(true, $scope.guardar); |
| 29 | 29 | }); |
| 30 | 30 | |
| 31 | - if($routeParams.idx != -1) { | |
| 32 | - console.log('asd'); | |
| 31 | + if ($routeParams.idx != -1) { | |
| 32 | + | |
| 33 | 33 | $scope.cisterna = [$routeParams.idx]; |
| 34 | 34 | focaAbmVehiculoService |
| 35 | 35 | .getCisternas($routeParams.idVehiculo) |