angular-ui / ui-calendar

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

The demo is not keeping added items on the calendar when switching between months #417

Closed michplunkett closed 8 years ago

michplunkett commented 8 years ago

URL: http://angular-ui.github.io/ui-calendar/

Recreation steps (All done in the 'month' view):

  1. Click on the 'Add Event' button
  2. Look and confirm that the event 'Open Sesame' is added
  3. Forward a month (May -> June)
  4. Go back a month (June -> May)
  5. You will see that the 'Open Sesame' event is now missing from the calendar in the spot you added it. It will be on the side of the calendar, but not displayed in the calendar. step 0 step 1 and 2 step 3 step 4 and 5
michplunkett commented 8 years ago

I am experiencing the same thing when I tried it in my application, but this is the best example I could quickly mock up.

martin-langhoff commented 8 years ago

Look for 'stick' in the README. It's a FAQ :-)

michplunkett commented 8 years ago

Found it, thanks!

karthiksekarnz commented 7 years ago

@martin-langhoff Dude you are a life saver! it worked, I spent a day trying to fix this, I thought I had some issues with my scope variables