twinssbc / Ionic-Calendar

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

How to load aysnc events data into calendar? #150

Open thecodeguru360 opened 7 years ago

thecodeguru360 commented 7 years ago

Aysnc events are not showing up? Any way to display database events into the calendar?

twinssbc commented 7 years ago

You need to manipulate eventSource in the async callback. If you just modify the element in eventsource, you also need to fire eventSourceChanged event.

vksingh225 commented 5 years ago

eventSourceChanged not working after http callback also.