Commit c89c9e44a78b49bb18853e55b55d0a86eaf0a687
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master(efernandez) See merge request !13
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -252,8 +252,9 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', |
252 | 252 | // $scope.hojaRuta.litros = $scope.hojaRuta.litros + litros; |
253 | 253 | $scope.cargarCisterna(remito.id).then(function() { |
254 | 254 | $scope.remitosTabla.push(remito); |
255 | + $scope.seleccionarRemitos(); | |
255 | 256 | }, function() { |
256 | - // funcion ejecutada cuando se cancela el modal | |
257 | + $scope.seleccionarRemitos(); | |
257 | 258 | }); |
258 | 259 | }, function() { |
259 | 260 | // funcion ejecutada cuando se cancela el modal |