Skip to content

Commit a3d478b

Browse files
committed
Remove superfluous value binding
1 parent 8cea6e7 commit a3d478b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/component/result/result.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<input
4040
id="result-title-input"
4141
[(ngModel)]="element.title"
42-
[value]="element.title"
4342
type="text"
4443
matInput
4544
/>
@@ -61,7 +60,6 @@
6160
<input
6261
id="result-body-input"
6362
[(ngModel)]="element.body"
64-
[value]="element.body"
6563
type="text"
6664
matInput
6765
/>

0 commit comments

Comments
 (0)