<div data-ng-repeat = "parent in arr1"> <span>{{parent.title}}<span> <div data-ng-repeat="child in arr2 | only-show-where-child.parent_id == parent.id"> ...
確定! 回上一頁