How to use parameters within the filter in AngularJS?

前端 未结 5 1799
傲寒
傲寒 2020-11-28 19:14

I want to use parameter in filter, when I iterate some arrays with ng-repeat

Example:

HTML-Part:



        
5条回答
  •  情歌与酒
    2020-11-28 20:14

    This may be slightly irrelevant, but if you're trying to apply multiple filters with custom functions, you should look into: https://github.com/tak215/angular-filter-manager

提交回复
热议问题