chore(): use E2EApp as the class name for e2e apps

This commit is contained in:
Adam Bradley
2015-11-17 12:53:42 -06:00
parent cfa15b47ed
commit 1c7dcc25c4
13 changed files with 27 additions and 12 deletions

View File

@ -4,7 +4,7 @@ import {App, ActionSheet} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor(actionSheet: ActionSheet) {
this.actionSheet = actionSheet;

View File

@ -14,7 +14,7 @@ import {
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.fruitsForm = new ControlGroup({
"appleCtrl": new Control(),

View File

@ -0,0 +1,15 @@
import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class E2EApp {
constructor() {
this.people = [
{"name": "Adam Bradley", "components": [ "all the things"]},
{"name": "Max Lynch", "components": [ "checkbox", "content", "form"]},
{"name": "Tim Lancina", "components": [ "tabs"]}
];
}
}

View File

@ -9,7 +9,7 @@ import {App, List} from 'ionic/ionic';
templateUrl: 'main.html',
directives: [forwardRef(() => ItemCellTemplate)]
})
class IonicApp {
class E2EApp {
constructor() {
this.items = []

View File

@ -4,7 +4,7 @@ import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.people = [
{"name": "Adam Bradley", "components": [ "all the things"]},

View File

@ -4,7 +4,7 @@ import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.groups = [];

View File

@ -15,7 +15,7 @@ import {
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.fruits = new Control("");

View File

@ -14,7 +14,7 @@ function randomTitle() {
providers: [NgControl],
directives: [FORM_DIRECTIVES]
})
class IonicApp {
class E2EApp {
constructor() {
var fb = new FormBuilder();
this.searchQuery = '';

View File

@ -7,7 +7,7 @@ import {SearchPipe} from 'ionic/components/searchbar/searchbar';
templateUrl: 'main.html',
directives: [FORM_DIRECTIVES]
})
class IonicApp {
class E2EApp {
defaultSearch: string;
customPlaceholder: string;
defaultCancel: string;

View File

@ -14,7 +14,7 @@ function randomTitle() {
providers: [NgControl],
directives: [FORM_DIRECTIVES]
})
class IonicApp {
class E2EApp {
constructor() {
var fb = new FormBuilder();

View File

@ -6,7 +6,7 @@ import {SearchPipe} from 'ionic/components/searchbar/searchbar';
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
toolbarSearch: string;
constructor() {

View File

@ -14,7 +14,7 @@ import {
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.fruitsForm = new ControlGroup({
"appleCtrl": new Control(),

View File

@ -14,7 +14,7 @@ import {
@App({
templateUrl: 'main.html'
})
class IonicApp {
class E2EApp {
constructor() {
this.fruitsForm = new ControlGroup({
"appleCtrl": new Control(),