Commit 014145db6cc46e6ac8ad42c98f616a5093d75a66

Authored by Jose Pinto
Exists in master and in 2 other branches develop, lab

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !23
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;