Is there a way to ng-repeat a defined number of times instead of always having to iterate over an array?
ng-repeat
For example, below I want the list item to show
I think this jsFiddle from this thread might be what you're looking for.
{{item.name}}