twinssbc / AngularJS-ResponsiveCalendar

A pure AngularJS responsive calendar directive
http://twinssbc.github.io/AngularJS-ResponsiveCalendar/demo/
MIT License
112 stars 77 forks source link

Selected day (today) stays selected when moved to next/prev month #75

Closed slishnevsky closed 6 years ago

slishnevsky commented 6 years ago

Selected day (today) stays selected when moved to next/prev month Hi, when I click on arrows to navigate to next/prev month, selected day (which is today's date) is still displayed for another month. Say, today is 13-Apr. This days is selected on the calendar. But after clicking next, the calendar displays May month, with 13 selected.

twinssbc commented 6 years ago

@slishnevsky This is expected behavior. When you switch to next month, the selected date will be changed accordingly.

slishnevsky commented 6 years ago

Understood, thank you.