The modal toolbar should have status bar padding.
- -The toolbar should have status bar padding.
-The modal toolbar should have status bar padding.
+ +The toolbar should have status bar padding.
+Isn't it beautiful.
-{{url}}
- + \ No newline at end of file diff --git a/src/components/input/test/fixed-inline-labels/pages/root-page/root-page.ts b/src/components/input/test/fixed-inline-labels/pages/root-page/root-page.ts new file mode 100644 index 0000000000..0d9a771445 --- /dev/null +++ b/src/components/input/test/fixed-inline-labels/pages/root-page/root-page.ts @@ -0,0 +1,13 @@ +import { Component } from '@angular/core'; + +@Component({ + templateUrl: 'root-page.html' +}) +export class RootPage { + url: string; + input1: string = 'Text 1'; + + onEvent(event: any) { + console.log('Did Event:', event.type); + } +} diff --git a/src/components/input/test/floating-labels/app.module.ts b/src/components/input/test/floating-labels/app.module.ts deleted file mode 100644 index e42cbcceb3..0000000000 --- a/src/components/input/test/floating-labels/app.module.ts +++ /dev/null @@ -1,46 +0,0 @@ -import { Component, NgModule } from '@angular/core'; -import { IonicApp, IonicModule } from '../../../../../ionic-angular'; - - -@Component({ - templateUrl: 'main.html' -}) -export class E2EPage { - myParam = ''; - minValue = 8; - maxValue = 12; - stepValue = 2; - - myValues = { - value1: 'Dynamic Input', - value2: 'Dynamic Textarea' - }; - - toggleValues() { - this.minValue === 8 ? this.minValue = 4 : this.minValue = 8; - this.maxValue === 12 ? this.maxValue = 20 : this.maxValue = 12; - this.stepValue === 2 ? this.stepValue = 4 : this.stepValue = 2; - } -} - -@Component({ - template: '{{session.description}}
+ +{{session.description}}
- -ionViewCanEnter ({{called.ionViewCanEnter}})
-ionViewCanLeave ({{called.ionViewCanLeave}})
-ionViewWillLoad ({{called.ionViewWillLoad}})
-ionViewDidLoad ({{called.ionViewDidLoad}})
-ionViewWillEnter ({{called.ionViewWillEnter}})
-ionViewDidEnter ({{called.ionViewDidEnter}})
-ionViewWillLeave ({{called.ionViewWillLeave}})
-ionViewDidLeave ({{called.ionViewDidLeave}})
-This page does not have a nav bar!
- - - - - - - -ion-navbar hideBackButton
- -
-- -
-{{session.location}} {{session.location}} {{session.location}}
-- -
-- -
-- - -
-- -
-- -
-ion-navbar hideBackButton
ionViewCanEnter ({{called.ionViewCanEnter}})
+ionViewCanLeave ({{called.ionViewCanLeave}})
+ionViewWillLoad ({{called.ionViewWillLoad}})
+ionViewDidLoad ({{called.ionViewDidLoad}})
+ionViewWillEnter ({{called.ionViewWillEnter}})
+ionViewDidEnter ({{called.ionViewDidEnter}})
+ionViewWillLeave ({{called.ionViewWillLeave}})
+ionViewDidLeave ({{called.ionViewDidLeave}})
+This page does not have a nav bar!
+ + + + + + + ++ +
++ +
++ + +
++ +
++ +
+{{session.location}} {{session.location}} {{session.location}}
++ +
++ +
+