]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/video-list/video-sort.component.html
First draft to use webpack instead of systemjs
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-list / 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>