Fixed the merge
This commit is contained in:
parent
d2ecdd03ce
commit
f5d74f10cd
@ -10,8 +10,8 @@
|
||||
<a href="#" id="userstoryTitle">{{ this.userstoryId }}</a>
|
||||
</h6>
|
||||
</tr>
|
||||
<select class="form-control custom-select mr-sm-2" id="prio" required name="prio" [(ngModel)]="task.priority">
|
||||
<option *ngFor="let userstory of userstories" [value]="userstory.title">{{ userstory.title }}</option>
|
||||
<select class="form-control custom-select mr-sm-2" id="prio" required name="prio" [(ngModel)]="task.userstoryid">
|
||||
<option *ngFor="let userstory of userstories" [ngValue]="userstory.id">{{ userstory.title }}</option>
|
||||
</select>
|
||||
</table>
|
||||
<button (click)="onClose()" type="button" class="close" aria-label="Close">
|
||||
|
Loading…
x
Reference in New Issue
Block a user