diff --git a/src/js/controller.js b/src/js/controller.js index 0667e3b..87bc45e 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -77,7 +77,7 @@ angular.module('focaAbmVehiculo') $location.path('/vehiculo/' + $routeParams.idVehiculo + '/cisterna/' + id); }; $scope.guardar = function() { - if(!$scope.vehiculo.transportista){ + if(!$scope.vehiculo.transportista) { focaModalService.alert('Elija Transportista'); return; }