Addresses #99 entirely.

This commit is contained in:
jonaswinkler
2020-12-07 23:42:18 +01:00
parent 7fc9310c4d
commit efa2b5a315
9 changed files with 104 additions and 33 deletions

View File

@@ -3,11 +3,10 @@
<label for="created_date">{{titleDate}}</label>
<input type="date" class="form-control" id="created_date" [(ngModel)]="dateValue" (change)="dateOrTimeChanged()">
</div>
<div class="form-group col">
<div class="form-group col" *ngIf="titleTime">
<label for="created_time">{{titleTime}}</label>
<input type="time" class="form-control" id="created_time" [(ngModel)]="timeValue" (change)="dateOrTimeChanged()">
</div>
</div>