Commit ee3db70dc07f57d9a7223c3c2920cb7a57af9397

Authored by Eric Fernandez
1 parent 60f20692e0
Exists in master

fix

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controllerDetalleVehiculo.js
... ... @@ -50,6 +50,7 @@ angular.module('focaLogisticaPedidoRuta')
50 50 $uibModalInstance.close();
51 51 return;
52 52 }
  53 + $scope.$digest();
53 54 });
54 55 $scope.aceptar = function() {
55 56 $scope.cargando = true;