add family
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<ion-input type="text"
|
||||
maxlength="15"
|
||||
placeholder="Firstname"
|
||||
style="background-color: aliceblue; border-radius: 10px;"
|
||||
style="background-color: aliceblue; border-radius: 10px; padding-left: 1px;"
|
||||
(ionChange)="verifyEntry()"
|
||||
[(ngModel)]='firstname' ></ion-input>
|
||||
</ion-item>
|
||||
@@ -17,7 +17,7 @@
|
||||
<ion-input type="text"
|
||||
maxlength="15"
|
||||
placeholder="lastname"
|
||||
style="background-color: aliceblue; border-radius: 10px;"
|
||||
style="background-color: aliceblue; border-radius: 10px; padding-left: 1px;"
|
||||
(ionChange)="verifyEntry()"
|
||||
[(ngModel)]='lastname' ></ion-input>
|
||||
</ion-item>
|
||||
|
||||
Reference in New Issue
Block a user