diff --git a/src/js/controllerCisterna.js b/src/js/controllerCisterna.js index 38e596b..4f5150b 100644 --- a/src/js/controllerCisterna.js +++ b/src/js/controllerCisterna.js @@ -87,7 +87,7 @@ angular.module('focaAbmVehiculo') return new Promise(function(resolve, reject) { focaAbmVehiculoService .getCisternadoPorVehiculo($routeParams.idVehiculo) - .then(function(res){ + .then(function(res) { var totalCargado = 0;