Skip to content

Commit

Permalink
Merge branch 'js-style' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
meisyal committed Jan 13, 2016
2 parents a9ff56b + 84e3e8f commit 84016a9
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 149 deletions.
5 changes: 3 additions & 2 deletions www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ var MIM = angular.module('starter', ['ionic',
'starter.controllers',
'starter.routers']);

MIM.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
MIM.run(function ($ionicPlatform) {
$ionicPlatform.ready(function () {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if (window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}

if (window.StatusBar) {
StatusBar.styleDefault();
}
Expand Down
Loading

0 comments on commit 84016a9

Please sign in to comment.