-
-
Notifications
You must be signed in to change notification settings - Fork 355
Closed
Description
I installed version 0.9.0 the closeOnSelect doesn't work. I set it to true but when I select a date, the popup doesn't close and no error message.
$scope.datepickerObject = {
closeOnSelect: true,
templateType: 'popup',
to: new Date(),
callback: function (date) {
console.log('callback');
}
};
Metadata
Metadata
Assignees
Labels
No labels