currently i am using a WCF WebService to provide data for a page with AngularJS. It retrieves all data at first time. What i want to do is to load the first n records and the on click on a button or link, image etc. i want to load the next n records and add it to my model.
How could i achieve this?