$scope.dataList = [
{
'id':'john',
'children':[
'id':'1',
'state':'tt'
}
],
'id':'2',
]
];
只有一次ng-repeat
相关分类