twinssbc / Ionic-Calendar

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

EventSourceChanged not working. #184

Open vksingh225 opened 5 years ago

vksingh225 commented 5 years ago

$scope.$broadcast('eventSourceChanged', event); not working. I am updating my event based on select option value and the value is updating but the new events are not displaying instead the event generated initially are being shown.

twinssbc commented 5 years ago

@vksingh225 Could you provide your code snippet?