]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/angular/videos/components/list/video-sort.component.html
b1392ccca0d02dea3b75fc07e50e665721c724ef
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / list / video-sort.component.html
1 <select [(ngModel)]="currentSort" (ngModelChange)="onSortChange()">
2 <option *ngFor="let choice of choiceKeys" [value]="choice">
3 {{ getStringChoice(choice) }}
4 </option>
5 </select>