mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 21:22:48 +01:00
implemented support of dark and light theme
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
app.run(function(){
|
||||
attachControllers(app.rootViewElement, app.di);
|
||||
attachControllers(app.get('rootView'), app.di);
|
||||
});
|
||||
|
||||
function addControllerMixin(ctrl) {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
}
|
||||
|
||||
app.run(function() {
|
||||
readTemplates(app.rootViewElement);
|
||||
readTemplates(app.get('rootView'));
|
||||
})
|
||||
|
||||
function readTemplates(containerEl) {
|
||||
|
||||
Reference in New Issue
Block a user