ngRepeat Filter by deep property

前端 未结 4 1444
一向
一向 2020-11-27 03:40

If I have a complex object with objects as property values, how can I filter by one of the nested properties?

Can this be done with the OOB ng-repeat filter?

4条回答
  •  一生所求
    2020-11-27 04:37

    In latest version of angularjs nested obj filter implemented by default.can use filter normally. It for angular 1 only

提交回复
热议问题