ng-repeat如何限制循環次數

若是items 裏有20條數據,若是你要循環 items, 只想循環5條 你能夠這麼作:code

 

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

相關文章
相關標籤/搜索