Skip to content
Compare
Choose a tag to compare
@hsuanxyz hsuanxyz released this 19 Sep 10:50
· 175 commits to master since this release

Features

  • support more types close #59
<ion-calendar [(ngModel)]="date"
              type="js-date">
 </ion-calendar>

All type: 'string' | 'js-date' | 'moment' | 'time' | 'object'

Bug Fixes

  • Fixed disable in daysConfig close #35