You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the same issue. If date is set, I can open the date or time window, but I cannot select a new date or time, clear the date or date, or dismiss the date/time window.
Hi,
Thanks for such a great DatePicker !!!!!
It seems I have problems getting it to work when presetting the date...
Defining the directive like this:
<input type='text' pick-a-date='date' pick-a-date-options='datePickerOptions''/>
In the controller I have tried the following:
$scope.date = new Date();
And with an option:
$scope.date = {};
$scope.datePickerOptions = {
onRender: function(e) {
$scope.date = new Date();
}
};
In both cases the date picker freezes if I try to change the date after the page has loaded...
If I don't define $scope.date at all, it works fine...
Am I doing something wrong or is there a bug..?
The text was updated successfully, but these errors were encountered: