From 0ae7633887278b601a23c77af51d21aad830fdf0 Mon Sep 17 00:00:00 2001 From: Mike Almpertis Date: Mon, 18 Feb 2019 00:08:43 +0200 Subject: [PATCH] Updated skipHide property to multiple Dear Joseph, thank you for creating this awesome date time picker. I am suggesting a change on the mdDialog. I suggest to replace the skipHide option with multiple which is the new option name on AngularJs material 1.1.12 that allows to show multiple dialogs at the same time.. Thank you! --- js/angular-material-datetimepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular-material-datetimepicker.js b/js/angular-material-datetimepicker.js index dfcbd4e..d4a6709 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;