From 9ddbc8cd8580130cc6ccbc55fdae81016b44c184 Mon Sep 17 00:00:00 2001 From: Kyutae Park Date: Thu, 16 Feb 2017 21:20:22 +0900 Subject: [PATCH] change option name skipHide to multiple --- js/angular-material-datetimepicker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;