]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/select/select-categories.component.html
Some fixes for themes
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / select / select-categories.component.html
1 <my-select-checkbox-all
2 [(ngModel)]="selectedCategories"
3 (ngModelChange)="onModelChange()"
4 [availableItems]="availableCategories"
5 i18n-placeholder placeholder="Add a new category"
6 [allGroupLabel]="allCategoriesGroup"
7 >
8 </my-select-checkbox-all>