Skip to content

Instantly share code, notes, and snippets.

Created February 27, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d4becf3b4ea801f1d593 to your computer and use it in GitHub Desktop.
Save anonymous/d4becf3b4ea801f1d593 to your computer and use it in GitHub Desktop.
angular.module('starter', ['ionic', 'starter.controllers', 'starter.services'])
.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}
if(window.StatusBar) {
StatusBar.styleDefault();
}
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment