Commit a3a12f87ed3b77384040f73eaff52d286d0e009f
1 parent
99cd18ee59
Exists in
master
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controllerCisterna.js
... | ... | @@ -83,7 +83,7 @@ angular.module('focaAbmVehiculo') |
83 | 83 | }); |
84 | 84 | }; |
85 | 85 | |
86 | - function validaCodigoCapacidad(){ | |
86 | + function validaCodigoCapacidad() { | |
87 | 87 | return new Promise(function(resolve, reject) { |
88 | 88 | focaAbmVehiculoService |
89 | 89 | .getCisternadoPorVehiculo($routeParams.idVehiculo) |