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 slide to next and previous month, from outside the calendar. #53

Open rahulthakare opened 8 years ago

rahulthakare commented 8 years ago

I want to add controls (>> << to the header) to slide to next and previous month for the desktop user. For the month on the year, if the 1st date falls on Sunday, there is no way to go to the previous month for the desktop user.

twinssbc commented 8 years ago

@rahulthakare Have a look at the changeDate event in the README. When user clicks the >> << controls, in your click handler you can broadcast the changeDate event.