I want to use ng-repeat in Angular, while I only want to output some elements of the array. An Example: ng-repeat="item in items | filter:($index%3 == 0)".
確定! 回上一頁