From a00fe7600027815f2455fe25adcdd2f974628e77 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 22 Apr 2016 16:38:26 -0400 Subject: [PATCH] docs(demos): add action sheet interface to select demo references driftyco/ionic-site/#568 --- demos/select/index.ts | 2 ++ demos/select/main.html | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/demos/select/index.ts b/demos/select/index.ts index 256d5a17d6..32cb312236 100644 --- a/demos/select/index.ts +++ b/demos/select/index.ts @@ -10,6 +10,8 @@ class MainPage { petAlertOpts; petData; pets: Array; + notifications: string = 'mute_1'; + rating: number = 2; constructor() { this.gender = 'f'; diff --git a/demos/select/main.html b/demos/select/main.html index 0dc7cf4e1c..15f8881355 100644 --- a/demos/select/main.html +++ b/demos/select/main.html @@ -95,4 +95,30 @@ + + Action Sheet Interface Select + + + Mute Notifications + + For 15 Minutes + For 1 Hour + For 24 Hours + Until I turn it back on + + + + + Rating + + 1 Star + 2 Stars + 3 Stars + 4 Stars + 5 Stars + + + + +