Introduced core.

This commit is contained in:
Borys Levytskyi
2015-04-04 16:33:33 +03:00
parent dd2175f04a
commit d96bcb0517
17 changed files with 48 additions and 42 deletions

View File

@@ -56,8 +56,7 @@ app.compose(function() {
app.controller('resultViewCtrl', function() {
var html = app.get('html');
var resultViewController = {
$html: null,
return {
clear: function (){
this.viewElement.innerHTML = '';
},
@@ -76,9 +75,6 @@ app.compose(function() {
}
}
};
return resultViewController;
});
app.controller('configPanelCtrl', {