diff --git a/src/js/controllerCisterna.js b/src/js/controllerCisterna.js index f6bc44e..daa98a5 100644 --- a/src/js/controllerCisterna.js +++ b/src/js/controllerCisterna.js @@ -83,7 +83,7 @@ angular.module('focaAbmVehiculo') }); }; - function validaCodigoCapacidad(){ + function validaCodigoCapacidad() { return new Promise(function(resolve, reject) { focaAbmVehiculoService .getCisternadoPorVehiculo($routeParams.idVehiculo)