Note: the config will not be updated until you click the button below.
- -Any config for your app should be passed as the third argument to ionicBootstrap.
- - --ionicBootstrap(MyApp, [], { - backButtonIcon: "{{initialConfig.backButtonIcon}}" - iconMode: "{{initialConfig.iconMode}}" - tabsPlacement: "{{initialConfig.tabsPlacement}}" -});- -
Note: the config will not be updated until you click the button below.
+Any config for your app should be passed as the third argument to ionicBootstrap.
+ + ++ionicBootstrap(MyApp, [], { + backButtonIcon: "{{initialConfig.backButtonIcon}}" + iconMode: "{{initialConfig.iconMode}}" + tabsPlacement: "{{initialConfig.tabsPlacement}}" +});+ +