fix(mode): use mode presets

This commit is contained in:
Adam Bradley
2017-08-16 11:45:26 -05:00
parent 7b9782d3d0
commit 84b8e0626e

View File

@ -15,4 +15,4 @@ Context.config = createConfigController(
// get the mode via config settings and set it to // get the mode via config settings and set it to
// both Ionic and the Core global // both Ionic and the Core global
Context.mode = Context.config.get('mode', 'md'); Context.mode = Context.mode || Context.config.get('mode', 'md');