AngularJS limitTo filter for ngRepeat on an object (used like a dictionary)

后端 未结 4 1512
独厮守ぢ
独厮守ぢ 2021-01-05 00:56

Is it possible to use limitTo filter on a ngRepeat directive which is repeating the properties of an Object and not items in an Array.

I am

4条回答
  •  执念已碎
    2021-01-05 01:29

    Default limitTo filter has support for array-like objects (example) after 1.5.7

提交回复
热议问题