Skip to content

Commit b186e95

Browse files
committed
update skipHide to multiple
1 parent 3070544 commit b186e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular-material-datetimepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
bindToController: true,
182182
disableParentScroll: false,
183183
hasBackDrop: false,
184-
skipHide: true
184+
multiple: true
185185
})
186186
.then(function (v) {
187187
scope.currentDate = v ? v._d : v;

0 commit comments

Comments
 (0)