Full item

This commit is contained in:
Max Lynch
2015-05-06 16:07:59 -05:00
parent de33df4767
commit 7353a616ec
7 changed files with 12 additions and 8 deletions

View File

@@ -18,9 +18,12 @@
<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 button>
<ion-item full>
<button ion-button danger clear>
Delete Account
</button>

View File

@@ -1,6 +1,6 @@
import {Component, View, bootstrap} from 'angular2/angular2'
import {FormBuilder, Validators, FormDirectives, ControlGroup} from 'angular2/forms';
import {Button, Form, List, Label, Item, Input, Content} from 'ionic/ionic';
import {Button, Switch, Form, List, Label, Item, Input, Content} from 'ionic/ionic';
@Component({ selector: '[ion-app]' })
@View({