We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
itemsPerPage
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>