I'm getting around 1000 records from API. I want to show in the UI without pagination(We are having some other issues at this moment). I'm loading those records in the html using ng-repeat. ng-repeat is taking lot of time for rendering those page.I'm using 'track by id' also. I'm getting around 1000 records from API. I wan