I am struggling with slow rendering of ui-calendar whenever I change the date range. On an average month, I have up to 300 events. I have read that the Angular watches on the events are what is slowing the rendering down.
For the application I'm working on, I do not need watches on the events once they are rendered. What's the easiest way to remove those watches? Can I expect this to improve the performance of the calendar?