I have a json file which has about 8000 contacts in it, fetching all that data takes a very long time with angularjs using ng-repeat, is there any fix for this?
You cannot expect much speed when retrieving such large records. You can optimize the ng-repeat performance by using
These things will improve the performance to an extent.