From f64f7439ea4b5802e4b3edaa01d9b453752b799d Mon Sep 17 00:00:00 2001 From: test Date: Tue, 7 Jul 2020 13:18:53 +0200 Subject: [PATCH] code cleanup and comments. --- .../sprint-form/sprint-form.component.html | 2 +- src/app/task-form/task-form.component.html | 10 ++-- src/app/task-form/task-form.component.ts | 58 ++++++++++++------- .../userstory-form.component.html | 8 +-- .../userstory-form.component.ts | 38 ++++++++---- 5 files changed, 72 insertions(+), 44 deletions(-) diff --git a/src/app/sprint-form/sprint-form.component.html b/src/app/sprint-form/sprint-form.component.html index bb00ac8..fe3fb87 100644 --- a/src/app/sprint-form/sprint-form.component.html +++ b/src/app/sprint-form/sprint-form.component.html @@ -1,4 +1,4 @@ - +
diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index d653550..680ec5a 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -1,3 +1,5 @@ + +
@@ -46,7 +48,6 @@ {{p}}
-
-