suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - angular中多个filter过滤数据,如何在某个filter停止过滤,后续的filter不再作用?

举例:

<p>{{text | filter1 | filter2 | filter3 }}</p>

有三个filter对text进行过滤,当filfter1发现text==''时,如何直接跳出过滤,让后续的filter2和filter3不再起作用?

習慣沉默習慣沉默2745 Tage vor586

Antworte allen(1)Ich werde antworten

  • 迷茫

    迷茫2017-05-15 17:08:52

    angular中可以自定义filter,你可以在自定义的过滤器中判断要不要停止直接return

    Antwort
    0
  • StornierenAntwort