Use $http to get a lot of data from the background, but I only want to repeat 10 items on the page. Is there a controlled number of filters in ngrepeat? How should I write it?
phpcn_u15822017-05-15 17:05:34
Read the documentation carefully, you will always gain something:
limitTo : 10
Absolutely suitable for you