angular.js - How to implement li in angularJs to only display the first 4 data, and want to use ng-repeat to achieve it
How to implement li in angularJs to only display the first 4 data. I want to use ng-repeat to achieve it. But ng-repeat will traverse all the data by default. I hope to only list the first 4. Is there any way to achieve this?