I’m trying to do a data migration prior to bootstrapping my app. Anybody know a good way to utilize ionic-native and deviceready before ionicBootstrap?
I tried document.addEventListener("deviceready", onDeviceReady, false);
but it’s not doing the trick, and I can’t access the dependency injected platform object yet…
any ideas?