AngularJS UI-calendar not updating events on Calendar

前端 未结 11 2321
[愿得一人]
[愿得一人] 2020-12-10 04:52

I am using Angular UI-Calendar to show some events on the Calendar. The events are showing fine on the Calendar. But when I update any event\'s details, the event\'s detail

11条回答
  •  抹茶落季
    2020-12-10 05:27

    Don't know if you found the solution to your problem, but what worked for me was:

    calendar.fullCalendar('refetchEvents');
    

提交回复
热议问题