希望使用示例http://jimliu.github.io/angular-ui-tree/index.html来构建多个树。
现在,我似乎无法决定从$ http.get向树中发布多维数组的最佳方法。
我确信它会与下面的内容有关,但从那里我不确定。
$scope.tree1 = [
{
"id": 1,
"title": "tree1 - item1",
"nodes": [],
}, {
"id": 2,
"title": "tree1 - item2",
"nodes": [],
}
/* more tree nodes */
]
任何帮助都会很棒......
干杯