From a3a12f87ed3b77384040f73eaff52d286d0e009f Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 4 Jan 2019 17:47:28 -0300 Subject: [PATCH] espacio --- src/js/controllerCisterna.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.9.1