Commit 72eaf8c9021fbf5d5851e17d978d69b8675a0c16

Authored by Luigi
1 parent 2ad52c8418
Exists in master and in 2 other branches develop, lab

Guardar fecha predeterminada

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/js/controller.js
... ... @@ -338,6 +338,7 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl',
338 338 label: 'Fecha de entrega: ',
339 339 valor: fecha.toLocaleDateString()
340 340 });
  341 + $scope.hojaRuta.fechaReparto = fecha;
341 342 });
342 343 }
343 344