mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 18:20:31 -06:00
Client: fix pagination component
This commit is contained in:
parent
6666aad459
commit
efb9afc3e8
@ -15,6 +15,6 @@
|
||||
</div>
|
||||
|
||||
<pagination
|
||||
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [(ngModel)]="pagination.currentPage"
|
||||
(ngModelChange)="getVideos()"
|
||||
[totalItems]="pagination.total" [itemsPerPage]="pagination.itemsPerPage" [maxSize]="6" [boundaryLinks]="true" [rotate]="false"
|
||||
(ngModelChange)="getVideos()" [(ngModel)]="pagination.currentPage"
|
||||
></pagination>
|
||||
|
Loading…
Reference in New Issue
Block a user