GITLAB
Luigi
/ foca-logistica-pedido-ruta
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ee3db70dc07f57d9a7223c3c2920cb7a57af9397
Authored by
Eric Fernandez
2019-01-14 10:11:12 -0300
1 parent
60f20692e0
Exists in
master
fix
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/js/controllerDetalleVehiculo.js
Side-by-side Diff
Inline Diff
src/js/controllerDetalleVehiculo.js
Diff comments
View file @
ee3db70
...
...
@@ -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;