Ionic-Calendar
Ionic-Calendar copied to clipboard
EventSourceChanged not working.
$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.
@vksingh225 Could you provide your code snippet?