test(label): remove label test

closes #5391
This commit is contained in:
Brandy Carney
2016-02-10 14:55:44 -06:00
parent 210e245881
commit 497d665e4a
2 changed files with 0 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class E2EApp {
constructor() {
}
}

View File

@@ -1,13 +0,0 @@
<ion-toolbar>
<ion-title>Icons</ion-title>
</ion-toolbar>
<ion-content>
<ion-item>
<ion-label>Username</ion-label>
<ion-input></ion-input>
</ion-item>
</ion-content>