|
|
@@ -11,11 +11,13 @@
|
|
11
|
11
|
</ion-toolbar>
|
|
12
|
12
|
</ion-header>
|
|
13
|
13
|
<ion-content class='ion-padding'>
|
|
14
|
|
- <ion-input label="Username" ref="username" label-placement="floating" fill="outline" placeholder="Example, john"
|
|
15
|
|
- error-text="Help me"
|
|
16
|
|
- ></ion-input>
|
|
17
|
14
|
<ion-list>
|
|
18
|
15
|
<ion-item>
|
|
|
16
|
+ <ion-input label="Username" ref="username" label-placement="floating" fill="outline" placeholder="Example, john"
|
|
|
17
|
+ error-text="Help me"
|
|
|
18
|
+ ></ion-input>
|
|
|
19
|
+ </ion-item>
|
|
|
20
|
+ <ion-item>
|
|
19
|
21
|
<ion-input label="Email" label-placement="floating" ref='email' fill="outline" type="email" placeholder="Example, hello@gmail.com"></ion-input>
|
|
20
|
22
|
</ion-item>
|
|
21
|
23
|
<ion-item>
|