From 3bdae62c7a1366677573d33f5673c158c7d4014e Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Fri, 16 May 2014 12:41:32 +0900 Subject: [PATCH] Tree not needed for now. --- res/app/components/stf/common-ui/index.js | 2 +- res/app/components/stf/common-ui/tree/index.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'