我有一個數據模型是一個數組有一些對象。這些對象可能包含一些孩子objects.so如何在一個NG重複attribue運行在這兩種NG-重複.. 這裏是一個examle JSON角度ng-重複子對象
[
{
"foo": "bar",
"values": null,
"children": [
{
"foo": "bar",
"values": null,
"children": null
}
]
},
{
"foo": "bar",
"children": [
{
"id": 1,
"ques": "something"
}
]
}
]
你的孩子對象有不同的atttirubtes的 – Sajeetharan
可能的複製[Angularjs:理解遞歸指令(http://stackoverflow.com/questions/19125551/angularjs-understanding-a-recursive-directive) – Grundy
@ user332863請接受正確的答案或告訴我們什麼是不工作的。 – AntiHeadshot