Im trying to set the selected date of a Jquery datepicker inside my angular controller
Im doing it with $('#dateFrom').datepicker("setDate", new Date());
When debugging I can see the date is changed correctly, however when the page is finished loading the date is not set any longer. I have tried to step into the angular code and can see it happends when $rootScope.$digest();
is called