Paginate anything in AngularJS

Pagination is an all-but ubiquitous element of UI design, yet you may find yourself re-inventing a pagination solution with each new Angular project. Faced with this problem, I wanted something I could drop in to any project, which would be as simple and intuitive as ""ng-repeat with page links"". I'll demonstrate my solution which makes powerful, flexible pagination as simple as adding a couple of lines to your HTML, with *no* extra code needed in your controller. Yes, pagination is not exciting or cool, but you *will* need to use it, and this may make your life much simpler! (The module in question can be found at https://github.com/michaelbromley/angularUtils/tree/master/src/directives/pagination) Twitter: https://twitter.com/michlbrmly
Length: 04:59
Views 15940 Likes: 113
Recorded on 2014-10-22 at ngEurope
Look for other videos at ngEurope.
Tweet this video