diff --git a/js/angular-material-datetimepicker.js b/js/angular-material-datetimepicker.js index dfcbd4e..352d769 100644 --- a/js/angular-material-datetimepicker.js +++ b/js/angular-material-datetimepicker.js @@ -181,7 +181,7 @@ bindToController: true, disableParentScroll: false, hasBackDrop: false, - skipHide: true + multiple: true }) .then(function (v) { scope.currentDate = v ? v._d : v; @@ -246,7 +246,7 @@ bindToController: true, clickOutsideToClose: true, disableParentScroll: false, - skipHide: true + multiple: true }) .then(function (v) { var currentDate = v ? v._d : v;