感谢Pawel Kozlowski,我为AngularJS Google Group找到了一个很好的答案。
原文链接:https://www.f2er.com/angularjs/144811.htmlng-repeat="item in filtered = (items | filter:filterExpr)"
将立即创建过滤的列表,您可以在当前作用域中的其他任何地方使用filters.length来显示计数。