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> ```