From 4df3a9abd8e01bb356c93dff3a0d5eb93d14166e Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Mon, 28 Sep 2015 14:15:33 -0500 Subject: [PATCH] Statusbar --- ionic/platform/statusbar/statusbar.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ionic/platform/statusbar/statusbar.ts b/ionic/platform/statusbar/statusbar.ts index 1532be8cbd..8027470036 100644 --- a/ionic/platform/statusbar/statusbar.ts +++ b/ionic/platform/statusbar/statusbar.ts @@ -5,6 +5,13 @@ import {NativePlugin} from '../plugin'; /** * Manage the appearance of the native status bar. + * + * @usage + * ```js + * StatusBar.hide(); // Hide the bar + * + * StatusBar.setStyle(StatusBar.LIGHT_CONTENT) // Good for dark backgrounds + * ``` */ @NativePlugin({ name: 'StatusBar',