diff --git a/res/app/components/stf/common-ui/index.js b/res/app/components/stf/common-ui/index.js index a7211da5..90553fb9 100644 --- a/res/app/components/stf/common-ui/index.js +++ b/res/app/components/stf/common-ui/index.js @@ -7,6 +7,6 @@ module.exports = angular.module('stf/common-ui', [ require('./notifications').name, require('./ng-enter').name, require('./tooltips').name, - require('./tree').name, + //require('./tree').name, require('./fatal-message').name ]) diff --git a/res/app/components/stf/common-ui/tree/index.js b/res/app/components/stf/common-ui/tree/index.js index 630bf316..d901f038 100644 --- a/res/app/components/stf/common-ui/tree/index.js +++ b/res/app/components/stf/common-ui/tree/index.js @@ -1,6 +1,6 @@ -require('angular-tree-control/css/tree-control.css') -require('./tree.css') -require('angular-tree-control') +//require('angular-tree-control/css/tree-control.css') +//require('./tree.css') +//require('angular-tree-control') module.exports = angular.module('stf.tree', [ 'treeControl'