Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@michaelbromley michaelbromley released this 18 Dec 16:21
· 30 commits to master since this release
  • The dirPaginationControls directive now exposes a range object which can be used in the template to allow things like "displaying x - y of z items".
  • Enables the use of expressions in the pagination-id attribute, which in turn enables the use of multiple independent pagination instances generated by an ng-repeat.
  • Simplifies the API by not requiring the pagination id to be specified as a second parameter in the itemsPerPage filter.