I understand that in AngularJS the filter called "limitTo" is used to limit the data.
Lets say that we have a 100 records and we limit the data to 10 records using the limitTo filter.
Now how can i display the remaining 90 records. I need some sort of next and previous button on the bottom which should show me the next 10 records when i click on it and so on.
How can i achieve this without compromising any performance. Please provide code if you can. Thanks... :-)