implemented support of dark and light theme

This commit is contained in:
Borys Levytskyi
2015-04-05 17:46:12 +03:00
parent 7f5134dd59
commit 1fca0dace6
8 changed files with 38 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
};
app.run(function(){
attachControllers(app.rootViewElement, app.di);
attachControllers(app.get('rootView'), app.di);
});
function addControllerMixin(ctrl) {