set view transition by config

This commit is contained in:
Adam Bradley
2015-06-28 22:13:45 -05:00
parent d763e39186
commit 95953e4be9
5 changed files with 19 additions and 9 deletions

View File

@@ -152,7 +152,7 @@ export function ionicBootstrap(ComponentType, config) {
config.setPlatform(Platform);
// make the config global
GlobalIonicConfig = config;
IonicConfig.setGlobal(config);
// config and platform settings have been figured out
// apply the correct CSS to the app
@@ -196,5 +196,3 @@ export function load(app) {
app.main(ionicBootstrap);
}
}
export let GlobalIonicConfig = null;