In any web application to display data, we often use tables or lists. When working with angular applications you will use ng-repeat to display the data in tables or lists. However when the data items get large, our table must have features such as search, sort and pagination.
Full article