I work on a calendar application which is developed with Angular and I'm exposed to a rendering performance problem. I took a look to a lot of subjects about the rendering performance of the ngRepeat, I tried bindonce but I'm still stuck.
I created a plunker to show you my problem. http://plnkr.co/edit/UHVC5a?p=preview - it reproduces the logic of my application.
Let says it's a calendar with 5 rows (one per week) with 150 events per row (I know that's a big number but for someone very busy it's common).
As you can see, the rendering is very slow. Is it something that I can improve? Do you have any thoughts?
Thanks you very much.