Make comment textbox save text that was entered
This commit was authored by Ishan. I needed to rebase it.
Change-Id: Iac4e7bd7edc84f69a792fcabf99c47b021dd966c
Signed-off-by: Ishan Katpally <100026402@mvla.net>
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index ead9f83..bc49bc6 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -86,7 +86,7 @@
</form>
<div class="row">
<h4>Comments</h4>
- <textarea></textarea>
+ <textarea [(ngModel)]="comment"></textarea>
</div>
<div class="buttons">
<button class="btn btn-primary" (click)="prevSection()">Back</button>