Skip to content

release: 2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@hsuanxyz hsuanxyz released this 11 Jul 04:32
· 278 commits to master since this release

run npm install ion2-calendar@beta --save

this.calendarCtrl.openCalendar({
      from: new Date(2017,1,1),
      ...
+    autoDone: false, // is auto done
+    closeLabel: 'close',
+    closeIcon: false, // is display close icon
+    doneLabel: 'done',
+    doneIcon: false,  // is display done icon
+    color: 'primary' // 'primary' | 'secondary' | 'danger' | 'light' | 'dark'
      ...
    })