Commit 71cb4000 by Chanachai

Edit หน้าเพิ่มรายการadmin

parent d1db3374
......@@ -204,7 +204,7 @@
<div class=" col-md-12">
<div class=" form-group">
<label> ชื่อ </label>
<input class=" form-control" placeholder="" type="text" formControlName="rName">
<input class=" form-control" placeholder="" type="text" [(ngModel)]="modelRoom.rName" formControlName="rName">
<div style="color: red;" *ngIf="myFormRoom.controls.rName.status=='INVALID'">
กรุณากรอกชื่อ.</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment