若是items 裏有20條數據,若是你要循環 items, 只想循環5條 你能夠這麼作:code
ng-repeat="item in items|limitTo:5"string
ng-repeat=
"item in items|limitTo:5"