summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-28 11:26:57 -0400
committerARC <arjunrc@gmail.com>2015-04-28 11:26:57 -0400
commit6fa29c170159e7bfbcaf7681cdfb52ba7f98cac0 (patch)
tree0039de6ab6324d0d91cb63383a290a9205541043 /www/js/app.js
parent6e83957c0231d48eb9f29d1270806cadef3a3c6d (diff)
Events navigation not works with a cool full screen mode and floating buttons
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index b89dcb78..77ab0c38 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -7,9 +7,10 @@ angular.module('zmApp', [
.run(function ($ionicPlatform, $ionicPopup, $rootScope, $state, ZMDataModel,$cordovaSplashscreen) {
+ // generates and error in desktops but works fine
setTimeout(function() {
$cordovaSplashscreen.hide()
- }, 5000)
+ }, 3000)
ZMDataModel.init();
var loginData = ZMDataModel.getLogin();