79200156

Date: 2024-11-18 13:46:23
Score: 2
Natty:
Report link

I´ve found how to solve it:

$scope.updateDatePicker = function () {
  setTimeout(function () {
    $("#date_entrega").datepicker("update");
    $("#date_devolucion").datepicker("update");
  }, 0);
};

Then calling it at the end of getDaysClosedFromLocation!

I don't know if it's a good solution, but it solved my problem!

Reasons:
  • Blacklisted phrase (1): how to solve
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Zenin0