]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/video-list/video-sort.component.html
Client: fix bad rebase
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / video-sort.component.html
CommitLineData
a99593ed 1<select class="form-control input-sm" [(ngModel)]="currentSort" (ngModelChange)="onSortChange()">
cf20596c
C
2 <option *ngFor="let choice of choiceKeys" [value]="choice">
3 {{ getStringChoice(choice) }}
4 </option>
5</select>