From be6cee3f8426c7c8691b702b52c30c7583875b87 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Fri, 16 Oct 2015 12:59:59 -0500 Subject: [PATCH] demos: Platform does not exist in current demo version --- demos/component-docs/index.ts | 4 ++-- demos/component-docs/popups/popups.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/demos/component-docs/index.ts b/demos/component-docs/index.ts index c0184a6e08..2b0ef09285 100644 --- a/demos/component-docs/index.ts +++ b/demos/component-docs/index.ts @@ -1,4 +1,4 @@ -import {App, IonicApp, Platform, ActionSheet} from 'ionic/ionic'; +import {App, IonicApp, IonicPlatform, ActionSheet} from 'ionic/ionic'; import {Page, Config, Events} from 'ionic/ionic'; import {ActionSheetPage} from './actionSheet/actionSheet'; import * as helpers from './helpers'; @@ -11,7 +11,7 @@ class DemoApp { rootPage: any; - constructor(app: IonicApp, platform: Platform) { + constructor(app: IonicApp, platform: IonicPlatform) { this.app = app; this.platform = platform; diff --git a/demos/component-docs/popups/popups.html b/demos/component-docs/popups/popups.html index 6410132f39..4f3960cda6 100644 --- a/demos/component-docs/popups/popups.html +++ b/demos/component-docs/popups/popups.html @@ -4,8 +4,8 @@ - - - + + +