How to do paging in AngularJS?

I have a dataset of about 1000 items in-memory and am attempting to create a pager for
this dataset, but I’m not sure on how to do this.

I’m using a custom filter function to filter the results, and that works fine, but somehow I need to get the number of pages out.

Any clues?

22 Answers
22

Leave a Comment