I've tried many different things to fix performance issues of ng-repeat.
including stuff described here: How to 'unwatch' an expression
I need to have a large set of rows on the page up to ~1000 rows. With every row containing quite a bit of stuff. And it seems to me now, it's just would be very slow with ng-repeat, I guess I have to build either my own custom ng-repeat or I have to build a directive that will build every single row in the table... I don't know how to do either. Can you guys help me please. Can you show me some examples.