Pass down page size from the scope
Instead of duplicating it here and in repo-panel-tags.js.
This commit is contained in:
parent
5d9999d1f7
commit
b0ec7074d0
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
</span>
|
||||
|
||||
<span class="co-filter-box">
|
||||
<span class="page-controls" total-count="tags.length" current-page="options.page" page-size="50"></span>
|
||||
<span class="page-controls" total-count="tags.length" current-page="options.page" page-size="tagsPerPage"></span>
|
||||
<input class="form-control" type="text" ng-model="options.tagFilter" placeholder="Filter Tags...">
|
||||
</span>
|
||||
</div>
|
||||
|
|
Reference in a new issue