aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/videos/shared/video-description.component.html
blob: 7a228857cee215edb5de082c8a59dfb719eb58d5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                            
<textarea
    [(ngModel)]="description" (ngModelChange)="onModelChange()"
    id="description" class="form-control" placeholder="My super video">
</textarea>

<tabset #staticTabs class="previews">
  <tab heading="Truncated description preview" [innerHTML]="truncatedDescriptionHTML"></tab>
  <tab heading="Complete description preview" [innerHTML]="descriptionHTML"></tab>
</tabset>