0
kicks
Show More pagination with angular.js
I built my first application with angular.js over these last few weeks (not during business hours), and although I still have lots and lots to discover and learn, I think I somewhat grasp the basics.
In the application I built, I had to implement paging because rendering all the items at once was too slow on mobile devices (on my Windows Phone 7 anyways). The paging variant I decided on was the 'Show More' technique.
Let me walk you - as an introduction to Angular - through a simple application that uses paging for a list of 24 items.