I\'m trying to limit my result sets to a fixed number. I can use limitTo with ng-repeat, but this limits items regardless of their current visibili
limitTo
ng-repeat
There are a couple of approaches, maybe the most reusable is for you to create your own 'visible' custom filter which looks for visible attribute on your items. Then you could chain them.
Here's a SO link to create custom filters 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Here's a SO link to create custom filters