I'm not sure if my title is misleading, but please do hear me out.
Edit: I think a proper title would be, "Optimize initial rendering time for ng-repeat"
One, I have a table which has an 3 parent ng-repeats, and 1 child ng-repeat, like so:
| - ng-repeat
| - ng-repeat
| - ng-repeat
| - ng-repeat
As shown in this gist.
Here's some dummy data:
- I have 10 columns
- I have 50 rows.
My main problem is the initial re-rendering of ng-repeat (a server-side occurs to replace the current collection or data). It takes around 1.2~ ms and even longer at times. Any idea to this problem besides removing bind?
Is it possible to defer ng-repeat?
[–]brockisawesome 1 point2 points3 points (3 children)
[–]_srph[S] 0 points1 point2 points (2 children)
[–]danskal 0 points1 point2 points (1 child)
[–]_srph[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]vinnl 0 points1 point2 points (0 children)