Answer the question
In order to leave comments, you need to log in
How to display a range of elements in Angular?
<span ng-repeat="process in processess">
<span>{{ process.title }}</span>
</span>
Answer the question
In order to leave comments, you need to log in
do it in the controller, form some kind of array there with the chunk of data that you need now. Controllers are just for such logic, and you do not need to load presentation logic into a passive view (template).
option 1: filter limitTo: dock
option 2: make pagination to the required arrays yourself
Worked great for me:
jsfiddle.net/sahilosheal/LurcV/39
stackoverflow.com/questions/16824853/way-to-ng-rep...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question