mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Shtuffs
This commit is contained in:
@@ -18,13 +18,25 @@
|
||||
<ion-label>Note</ion-label>
|
||||
<textarea control="note" type="text" placeholder="A description"></textarea>
|
||||
</ion-input>
|
||||
<ion-input ion-item>
|
||||
<ion-label>Note</ion-label>
|
||||
<textarea control="note" type="text" placeholder="A description"></textarea>
|
||||
</ion-input>
|
||||
<ion-input ion-item>
|
||||
<ion-label>Note</ion-label>
|
||||
<textarea control="note" type="text" placeholder="A description"></textarea>
|
||||
</ion-input>
|
||||
<ion-input ion-item>
|
||||
<ion-label>Note</ion-label>
|
||||
<textarea control="note" type="text" placeholder="A description"></textarea>
|
||||
</ion-input>
|
||||
<ion-switch [checked]="true">
|
||||
Ice cream?
|
||||
</ion-switch>
|
||||
</ion-list>
|
||||
<ion-list inset>
|
||||
<ion-item full>
|
||||
<button ion-button danger clear>
|
||||
<button type="button" ion-button danger clear (click)="deleteClicked()">
|
||||
Delete Account
|
||||
</button>
|
||||
</ion-item>
|
||||
|
||||
@@ -20,6 +20,10 @@ class IonicApp {
|
||||
note : ['', Validators.required]
|
||||
});
|
||||
}
|
||||
|
||||
deleteClicked() {
|
||||
alert('Deleting');
|
||||
}
|
||||
}
|
||||
|
||||
bootstrap(IonicApp)
|
||||
|
||||
Reference in New Issue
Block a user