Skip to content

Pagination: bind itemsPerPage in custom template #211

Open
@benoror

Description

@benoror

I would like to have access to the directive's itemsPerPage property in order bind it in my custom pagination template:

<div>
  <select
    ng-model="itemsPerPage"
    ng-options="o as o for o in itemsPerPage">
  </select>
  records per page
</div>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions