twinssbc / Ionic-Calendar

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

Month title change not working after date selection #152

Closed abouttimeruss closed 7 years ago

abouttimeruss commented 7 years ago

In the Month view, after I select a different day, the swipe to the previous or next month looks like it works, but it stays on the same month title. Before you select a different date, you scan swipe and it changes the title as expected. Is this a known issue already?

twinssbc commented 7 years ago

@abouttimeruss It's working for me. May I know how do you set your viewTitle when swiping to the previous/next view? I guess it's likely you are setting the viewTitle on a different "scope".

abouttimeruss commented 7 years ago

What you said lead me to the problem. Thanks!