diff --git a/demo/www/app/app.js b/demo/www/app/app.js
index 21e176973..6d39f5477 100644
--- a/demo/www/app/app.js
+++ b/demo/www/app/app.js
@@ -2,6 +2,8 @@ import {App, Platform} from 'ionic/ionic';
import {HomePage} from './home/home';
import './app.scss';
+import {StatusBar} from 'ionic-native';
+
@App({
template: `
@@ -19,6 +21,7 @@ export class MyApp {
initializeApp() {
this.platform.ready().then(() => {
console.log('Platform ready');
+ StatusBar.styleDefault();
});
}
}
diff --git a/demo/www/app/home/home.js b/demo/www/app/home/home.js
index 0f79666b6..661594d2c 100644
--- a/demo/www/app/home/home.js
+++ b/demo/www/app/home/home.js
@@ -4,6 +4,7 @@ import {
ActionSheet,
BLE,
Camera,
+ Calendar,
Contacts,
Device,
Facebook,
@@ -25,6 +26,7 @@ export class HomePage {
ActionSheet,
BLE,
Camera,
+ Calendar,
Contacts,
Device,
Facebook,
diff --git a/demo/www/app/plugin/plugin.html b/demo/www/app/plugin/plugin.html
index d6383aa93..cee4de8d1 100644
--- a/demo/www/app/plugin/plugin.html
+++ b/demo/www/app/plugin/plugin.html
@@ -6,7 +6,7 @@
-
+