view source
Angular Pagination Directive
Pagination is an important part of any application which displays list of items, you can not let your users to a never ending scroll.That would be just bad. dirPaginate is not the only option available for pagination but its simplicity of use makes it stand out. Using this you don’t need any logic in your controller just add an attribute and your navigation and it works.
Advertisement