Skip to content

Commit

Permalink
[26823] Also show paginationOptions when larger than current option (o…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 19, 2017
1 parent 0c8ec53 commit 847b6a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ul>
</nav>

<div class="pagination--options" ng-if="totalEntries > perPageOptions[0]">
<div class="pagination--options" ng-if="totalEntries > perPageOptions[0] || totalEntries > paginationOptions.perPage">
<ul class="pagination--items">
<li class="pagination--label" ng-bind="::text.per_page" title="{{ ::text.per_page }}"></li>

Expand Down

0 comments on commit 847b6a0

Please sign in to comment.