diff --git a/demos/blur/index.ts b/demos/blur/index.ts
index 00bd916c6b..405e893db7 100644
--- a/demos/blur/index.ts
+++ b/demos/blur/index.ts
@@ -3,8 +3,4 @@ import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
-
-class DemoApp {
- blur() {
- }
-}
+class ApiDemoApp {}
diff --git a/demos/buttons/index.ts b/demos/button/index.ts
similarity index 78%
rename from demos/buttons/index.ts
rename to demos/button/index.ts
index 35861ee71b..405e893db7 100644
--- a/demos/buttons/index.ts
+++ b/demos/button/index.ts
@@ -3,5 +3,4 @@ import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
-
-class DemoApp {}
\ No newline at end of file
+class ApiDemoApp {}
diff --git a/demos/button/main.html b/demos/button/main.html
new file mode 100644
index 0000000000..2ce4c2493e
--- /dev/null
+++ b/demos/button/main.html
@@ -0,0 +1,64 @@
+
+
+ Button
+
+
+
+
+ Colors
+
+
+
+
+
+
+
+
+
+
+
+ Shapes
+
+
+
+
+
+
+
+
+
+ Outlines
+
+
+
+
+
+
+
+
+
+ Icons
+
+
+
+
+
+
+
+ Sizes
+
+
+
+
+
+
+
+
diff --git a/demos/buttons/main.html b/demos/buttons/main.html
deleted file mode 100644
index b37d851bf9..0000000000
--- a/demos/buttons/main.html
+++ /dev/null
@@ -1,103 +0,0 @@
-
-
- Buttons
-
-
-
-
- Colors
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Shapes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Outlines
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Icons
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sizes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/demos/checkbox/app.html b/demos/checkbox/app.html
deleted file mode 100644
index 5f6bb33d68..0000000000
--- a/demos/checkbox/app.html
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/demos/checkbox/index.ts b/demos/checkbox/index.ts
index a1884eb2c1..405e893db7 100644
--- a/demos/checkbox/index.ts
+++ b/demos/checkbox/index.ts
@@ -1,20 +1,6 @@
-import {App, Page, IonicApp} from 'ionic/ionic';
+import {App} from 'ionic/ionic';
@App({
- templateUrl: 'app.html'
-})
-class ApiDemoApp {
-
- constructor() {
- this.rootPage = InitialPage;
- }
-}
-
-@Page({
templateUrl: 'main.html'
})
-export class InitialPage {
- constructor() {
- }
-}
-
+class ApiDemoApp {}
diff --git a/demos/config/index.html b/demos/config/index.html
index e8dda7ea3d..49f6db8d67 100644
--- a/demos/config/index.html
+++ b/demos/config/index.html
@@ -20,19 +20,6 @@
-