Changeset 28d7d35 for Farmatiko/ClientApp/src/app/dialogs/edit-pharmacy-head-dialog/edit-pharmacy-head-dialog.component.html
- Timestamp:
- 01/31/21 06:27:26 (4 years ago)
- Branches:
- master
- Children:
- de9d697
- Parents:
- 7520f88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/dialogs/edit-pharmacy-head-dialog/edit-pharmacy-head-dialog.component.html
r7520f88 r28d7d35 3 3 <div class="form-group"> 4 4 <label>ИД</label> 5 <input type="text" class="form-control" name="id" [(ngModel)]="head.id" #id="ngModel" required >5 <input type="text" class="form-control" name="id" [(ngModel)]="head.id" #id="ngModel" required disabled> 6 6 <div class="alert alert-danger">ID is required</div> 7 7 </div>
Note:
See TracChangeset
for help on using the changeset viewer.