Revize 93fb3695
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/employees/default-settings-dialog/default-settings-dialog.component.html | ||
---|---|---|
7 | 7 |
<div class="sickday-count"> |
8 | 8 |
<label for="sickdays-count-input" class="dialog-label">Počet sickdays:</label> |
9 | 9 |
<mat-form-field> |
10 |
<input id="sickdays-count-input" type="number" matInput [(ngModel)]="data.sickdaysCount">
|
|
10 |
<input id="sickdays-count-input" type="number" matInput [(ngModel)]="data.sickDayCount">
|
|
11 | 11 |
</mat-form-field> |
12 | 12 |
</div> |
13 | 13 |
</div> |
Také k dispozici: Unified diff
sickday refactored to sickDay