angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 728 forks source link

newly added events disappear when I switch months #336

Closed sachinsawant71 closed 9 years ago

sachinsawant71 commented 9 years ago

When I add new events to $scope.events array and switch months, the newly created event disappear. I have seen similar behavior at demo site too.

sachinsawant71 commented 9 years ago

as per the documentation - When adding new events to the calendar they can disappear when switching months. To solve this add stick: true to the event object being added to the scope.