]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - video-sort.component.html
3bece0b224110ef1b5b9711256bca64f173c46fc
[github/Chocobozzz/PeerTube.git] / video-sort.component.html
1 <select class="form-control input-sm" [(ngModel)]="currentSort" (ngModelChange)="onSortChange()">
2 <option *ngFor="let choice of choiceKeys" [value]="choice">
3 {{ getStringChoice(choice) }}
4 </option>
5 </select>