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 }} + + +