ng-repeat如何限制循环次数

若是items 里有20条数据,若是你要循环 items, 只想循环5条 你能够这么作:code

 

  ng-repeat="item in items|limitTo:5"string

相关文章
相关标签/搜索