Commit c89c9e44a78b49bb18853e55b55d0a86eaf0a687

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

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