feat(power-management): add power management support (#489)

This commit is contained in:
Ibrahim Hadeed
2016-08-27 02:02:23 -04:00
committed by GitHub
parent 00d87dba98
commit cd82a5393e
2 changed files with 52 additions and 0 deletions
+3
View File
@@ -72,6 +72,7 @@ import { OneSignal } from './plugins/onesignal';
import { PhotoViewer } from './plugins/photo-viewer';
import { ScreenOrientation } from './plugins/screen-orientation';
import { PinDialog } from './plugins/pin-dialog';
import { PowerManagement } from './plugins/power-management';
import { Printer } from './plugins/printer';
import { Push } from './plugins/push';
import { SafariViewController } from './plugins/safari-view-controller';
@@ -178,6 +179,7 @@ OneSignal,
PhotoViewer,
ScreenOrientation,
PinDialog,
PowerManagement,
Screenshot,
SecureStorage,
Shake,
@@ -266,6 +268,7 @@ window['IonicNative'] = {
PhotoViewer: PhotoViewer,
ScreenOrientation: ScreenOrientation,
PinDialog: PinDialog,
PowerManagement: PowerManagement,
SafariViewController: SafariViewController,
Screenshot: Screenshot,
SecureStorage: SecureStorage,