Fix pagination when agenda got >100 entrys (Fixes #2156)
This commit is contained in:
parent
28584c62f6
commit
235eed1172
@ -230,7 +230,7 @@
|
|||||||
<a href="" ng-click="editDialog(item)" class="pull-right"><translate>Edit ...</translate></a>
|
<a href="" ng-click="editDialog(item)" class="pull-right"><translate>Edit ...</translate></a>
|
||||||
</div>
|
</div>
|
||||||
</table>
|
</table>
|
||||||
<uib-pagination ng-if="itemsFiltered.length > itemsPerPage" total-items="itemsFiltered.length" items-per-page="itemsPerPage" ng-model="currentPage"
|
<uib-pagination ng-show="itemsFiltered.length > itemsPerPage" total-items="itemsFiltered.length" items-per-page="itemsPerPage" ng-model="currentPage"
|
||||||
ng-change="pageChanged()"
|
ng-change="pageChanged()"
|
||||||
class="pagination-sm" direction-links="false" boundary-links="true" first-text="«" last-text="»">
|
class="pagination-sm" direction-links="false" boundary-links="true" first-text="«" last-text="»">
|
||||||
</uib-pagination>
|
</uib-pagination>
|
||||||
|
Loading…
Reference in New Issue
Block a user