parent
d9b65b88e9
commit
2af938c241
2 changed files with 9 additions and 1 deletions
|
@ -19,7 +19,8 @@ angular.module('quay').directive('datetimePicker', function () {
|
|||
'format': 'LLL',
|
||||
'sideBySide': true,
|
||||
'showClear': true,
|
||||
'minDate': new Date()
|
||||
'minDate': new Date(),
|
||||
'debug': false
|
||||
});
|
||||
|
||||
$element.find('input').on("dp.change", function (e) {
|
||||
|
|
Reference in a new issue