ฉันกำลังกำหนดตัวกรองแบบกำหนดเองดังนี้:
<div class="idea item" ng-repeat="item in items" isoatom>
<div class="section comment clearfix" ng-repeat="comment in item.comments | range:1:2">
....
</div>
</div>
ในขณะที่คุณสามารถดู ng-repeat ที่มีการใช้ตัวกรองซ้อนอยู่ภายใน ng-repeat อื่น
ตัวกรองถูกกำหนดดังนี้:
myapp.filter('range', function() {
return function(input, min, max) {
min = parseInt(min); //Make string input int
max = parseInt(max);
for (var i=min; i<max; i++)
input.push(i);
return input;
};
});
ฉันได้รับ:
ข้อผิดพลาด: ไม่อนุญาตให้ทำซ้ำใน repeater Repeater: แสดงความคิดเห็นใน item.comments | ช่วง: 1: 2 ngRepeatAction @ https://ajax.googleapis.com/ajax/libs/angularjs/1.1.4/an