Commit 21c867b266657f9c780cc6b532ba4f4da3434c28

Authored by Jose Pinto
1 parent 1f7d4c0aba
Exists in master

fix bug al seleccionar vehiculo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -61,7 +61,7 @@ angular.module('focaEstadoCisternas')
61 61 $scope.cisternas = vehiculo.cisternas;
62 62 getEstadosCisternas($scope.cisternas);
63 63 }, function() {
64   - $scope.seleccionarTransportista();
  64 + $scope.seleccionarVehiculo();
65 65 });
66 66 });
67 67 };