Fixed app, added ability for non category transaction changed reset form
This commit is contained in:
parent
30e236f387
commit
5fe91a536d
2 changed files with 3 additions and 5 deletions
|
@ -29,7 +29,7 @@
|
|||
<div class="col-md-9">
|
||||
<div class="input-group">
|
||||
<select type="text" class="form-control" [(ngModel)]="categoryId">
|
||||
<option value="" disabled>Choose a category</option>
|
||||
<option value="">Uncategorised</option>
|
||||
<option *ngFor="let category of categoryIdList, let i=index" [ngValue]="category" >
|
||||
{{ categoryNameList[i] }}
|
||||
</option>
|
||||
|
|
Reference in a new issue