From 3e8b7ca96d7b064f6ed80bf85c4762deacc85c94 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 1 Feb 2016 14:45:04 -0500 Subject: [PATCH] test(select): reproduce issue of setting select to null references #5288 --- ionic/components/select/test/single-value/index.ts | 4 ++++ ionic/components/select/test/single-value/main.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ionic/components/select/test/single-value/index.ts b/ionic/components/select/test/single-value/index.ts index 9d3df99590..3459f210f1 100644 --- a/ionic/components/select/test/single-value/index.ts +++ b/ionic/components/select/test/single-value/index.ts @@ -19,6 +19,10 @@ class E2EPage { stpSelect() { console.log('STP selected') } + + resetGender() { + this.gender = null; + } } diff --git a/ionic/components/select/test/single-value/main.html b/ionic/components/select/test/single-value/main.html index 9efa2fa1a1..404849ea92 100644 --- a/ionic/components/select/test/single-value/main.html +++ b/ionic/components/select/test/single-value/main.html @@ -81,6 +81,8 @@ + +