Fix use of bootstrap glyph icons in QE

Fixes #1717
This commit is contained in:
Joseph Schorr 2016-08-12 15:41:01 -04:00
parent d9b65b88e9
commit 2af938c241
2 changed files with 9 additions and 1 deletions

View file

@ -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) {