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
If n is not too high, another option could be to use split('') with a string of n characters :
{{$index}}