diff --git a/src/js/controller.js b/src/js/controller.js index 735d6bd..cfe472c 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -60,8 +60,10 @@ angular.module('focaEstadoCisternas') }); $scope.cisternas = vehiculo.cisternas; getEstadosCisternas($scope.cisternas); - }, function() {}); - }, function() {}); + }, function() { + $scope.seleccionarTransportista(); + }); + }); }; $scope.seleccionarFechaEntrega = function() { diff --git a/src/views/foca-estado-cisterna.html b/src/views/foca-estado-cisterna.html index c99ce4f..69fe274 100644 --- a/src/views/foca-estado-cisterna.html +++ b/src/views/foca-estado-cisterna.html @@ -9,7 +9,7 @@
- +