Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // workaround for cordova plugins. factories are loaded before cordova.deviceready is fired which causes issues
- ionic.Platform.ready(function() {
- angular.bootstrap(document, ['app']);
- angular.module('app').run(function ($ionicPlatform, $state) {
- // rest of ionic init stuff
- // $ionicPlatform.ready(function () {/* stuff */});
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement