DA bit hacky. Check out my response on "track by"Reply·Thread·Jun 7, 2017·Angular ng-repeat render delay
DPerformance can be improved by using ng-repeat's "track by $index". Angular is watching too many items on the DOM so you will see slow rendering. The "track by" speeds it up so you won't get combined arrays.Comment·Thread·Jun 7, 2017·1·Angular ng-repeat render delay