twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

How to move from 1 day to another in day view #108

Closed suranavarun closed 7 years ago

suranavarun commented 7 years ago

Hi,

How do i toggle between days in day view/week view?

Varun

twinssbc commented 7 years ago

@suranavarun You can either set the currentDate just like the Today button in the demo page or use the changeDate event.

suranavarun commented 7 years ago

Thanks