html 使用ng-show而非ng-repeat的过滤器可获得更好的性能。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 使用ng-show而非ng-repeat的过滤器可获得更好的性能。相关的知识,希望对你有一定的参考价值。

<input type="text" data-ng-model="searchModel">

<li data-ng-show="(searchModel && ([contact.name.formatted]|filter:searchModel).length)">
  {{ ::contact.name.formatted }}
</li

以上是关于html 使用ng-show而非ng-repeat的过滤器可获得更好的性能。的主要内容,如果未能解决你的问题,请参考以下文章

angularJs ng-repeat并显示表格上方的错误

AngularJS ng-repeat

AngularJS - ng-repeat只显示一次标题

ng-show 的 Angular 初始转换,使用 $timeout 和 $compile

ng-show 不能与 ng-include 一起使用

将 ngAnimate 与 ng-show/ng-hide 一起使用