1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/tree/index.js
2014-05-16 12:43:47 +09:00

8 lines
234 B
JavaScript

//require('angular-tree-control/css/tree-control.css')
//require('./tree.css')
//require('angular-tree-control')
module.exports = angular.module('stf.tree', [
// 'treeControl'
])
.factory('TreeService', require('./tree-service'))