I am new in angular.js
I am dealing with large no.of records like 70,000 i have to bind all record in one grid it takes to much time for binding.
for paging i am using dir-pagination is there any possibility in dir-pagination or ng-repeat that first only bind 100 records if i am going to change my page another records are bind.and when i am going to search , filter will apply to all records. for search functionality, i have all records in client side so that server-side paging is not possible for my case
Thanks in advance