From c1fbbb1daa7c3be095509fdab8c64073b0194c1c Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 27 Jan 2016 12:09:06 -0500 Subject: [PATCH] test(input): add test to reproduce a floating label bug --- ionic/components/input/test/floating-labels/index.ts | 2 ++ ionic/components/input/test/floating-labels/main.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/ionic/components/input/test/floating-labels/index.ts b/ionic/components/input/test/floating-labels/index.ts index 79de5a9b12..a5b58ac16d 100644 --- a/ionic/components/input/test/floating-labels/index.ts +++ b/ionic/components/input/test/floating-labels/index.ts @@ -6,6 +6,8 @@ import {App} from 'ionic/ionic'; }) class E2EApp { constructor() { + this.myParam = ''; + this.myValues = { value1: 'Dynamic Input', value2: 'Dynamic Textarea' diff --git a/ionic/components/input/test/floating-labels/main.html b/ionic/components/input/test/floating-labels/main.html index 55180fdbf8..50615c6ada 100644 --- a/ionic/components/input/test/floating-labels/main.html +++ b/ionic/components/input/test/floating-labels/main.html @@ -3,6 +3,15 @@ + + + + Params + + {{ myParam }} + + +