使用filter按条件计算数组长度

时间:2016-06-12 16:32:06

标签: angularjs

我有一个名为places的对象数组,其中每个对象看起来像这样:

{
  "name" : "London",
  "category" : "city"
}

我只使用<span>{{places.length}}</span>作为总数组长度,但现在我想在视图中直接使用过滤器来计算类别为city的对象数。

类似的东西:

{{places.length | filter: ...}}

但不确定如何编写过滤器?

1 个答案:

答案 0 :(得分:6)

使用此:

b = rnd.Next(1, equal) - a;