Vyacheslav Matva
Results
1
comments of
Vyacheslav Matva
I got same issue. I resolved it in this way: Find string "scope.$watch(getOptions, initDateWidget, true);" Delete or comment it. Insert this code instead: ``` scope.$watch(getOptions, function(newOpts) { if (element.hasClass('hasDatepicker')){ element.datepicker('option',...