diff options
Diffstat (limited to 'client/src/app/shared/shared-video-miniature/videos-selection.component.html')
-rw-r--r-- | client/src/app/shared/shared-video-miniature/videos-selection.component.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.html b/client/src/app/shared/shared-video-miniature/videos-selection.component.html index 4ee90ce7f..f2af874dd 100644 --- a/client/src/app/shared/shared-video-miniature/videos-selection.component.html +++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.html | |||
@@ -1,6 +1,9 @@ | |||
1 | <div class="no-results" i18n *ngIf="hasDoneFirstQuery && videos.length === 0">{{ noResultMessage }}</div> | 1 | <div class="no-results" i18n *ngIf="hasDoneFirstQuery && videos.length === 0">{{ noResultMessage }}</div> |
2 | 2 | ||
3 | <div myInfiniteScroller [autoInit]="true" (nearOfBottom)="onNearOfBottom()" [dataObservable]="onDataSubject.asObservable()" class="videos"> | 3 | <div |
4 | class="videos" | ||
5 | myInfiniteScroller (nearOfBottom)="onNearOfBottom()" [dataObservable]="onDataSubject.asObservable()" [setAngularState]="true" | ||
6 | > | ||
4 | <div class="video" *ngFor="let video of videos; let i = index; trackBy: videoById"> | 7 | <div class="video" *ngFor="let video of videos; let i = index; trackBy: videoById"> |
5 | 8 | ||
6 | <div class="checkbox-container" *ngIf="enableSelection"> | 9 | <div class="checkbox-container" *ngIf="enableSelection"> |