Commit 580887952eedfc96d18a43670a1c461aaa067758
1 parent
dafcad032b
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -77,7 +77,7 @@ angular.module('focaAbmVehiculo') |
77 | 77 | $location.path('/vehiculo/' + $routeParams.idVehiculo + '/cisterna/' + id); |
78 | 78 | }; |
79 | 79 | $scope.guardar = function() { |
80 | - if(!$scope.vehiculo.transportista){ | |
80 | + if(!$scope.vehiculo.transportista) { | |
81 | 81 | focaModalService.alert('Elija Transportista'); |
82 | 82 | return; |
83 | 83 | } |