(js) Filter out hidden days in date picker

pull/262/head
Francis Lachapelle 2019-10-24 10:09:56 -04:00
parent aa9af35ae9
commit ae99dda215
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
md-no-ink="md-no-ink"><md-icon>chevron_right</md-icon></md-button>
<md-datepicker md-hide-icons="triangle"
md-open-on-focus="md-open-on-focus"
md-date-filter="calendar.isSelectableDay"
ng-model="calendar.selectedDate"
ng-change="calendar.changeDate($event, calendar.selectedDate)"
sg-datepicker-readonly-input="true"><!-- date picker --></md-datepicker>