Skip to content

Commit c13cad7

Browse files
author
Michel Couillard
committed
#92 skipHide for am < 1.1.2
1 parent 93e6fd9 commit c13cad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/angular-material-datetimepicker.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
bindToController: true,
184184
disableParentScroll: options.disableParentScroll || false,
185185
hasBackDrop: false,
186+
skipHide: true,
186187
multiple: true
187188
})
188189
.then(function (v) {
@@ -251,6 +252,7 @@
251252
bindToController: true,
252253
clickOutsideToClose: true,
253254
disableParentScroll: options.disableParentScroll || false,
255+
skipHide: true,
254256
multiple: true
255257
})
256258
.then(function (v) {

0 commit comments

Comments
 (0)