Skip to content
Snippets Groups Projects
Commit 3fb3c811 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Remove useless code

parent e48457b0
No related merge requests found
<div *ngIf="answer">
<mat-form-field class="input-block">
<input [(ngModel)]="answer.answerOption.label" #roomName matInput placeholder="{{ 'content.answer' | translate }}" name="answer-label"/>
<input [(ngModel)]="answer.answerOption.label" matInput placeholder="{{ 'content.answer' | translate }}" name="answer-label"/>
</mat-form-field>
<mat-form-field class="input-block">
<textarea [(ngModel)]="answer.answerOption.points" #roomDescription matInput matTextareaAutosize
<textarea [(ngModel)]="answer.answerOption.points" matInput matTextareaAutosize
matAutosizeMinRows="2" matAutosizeMaxRows="5" placeholder="{{ 'content.points' | translate }}" name="points">
</textarea>
</mat-form-field>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment