diff --git a/src/app/task-form/task-form.component.html b/src/app/task-form/task-form.component.html index ccb5b46..f0d8395 100644 --- a/src/app/task-form/task-form.component.html +++ b/src/app/task-form/task-form.component.html @@ -11,10 +11,8 @@ - {{ - userstory.title - }} + [(ngModel)]="task.userstoryid"> + {{userstory.title}}