Answer the question
In order to leave comments, you need to log in
How can I duplicate a block n times without data binding using ng-repeat?
How can I duplicate a block n times without data binding using ng-repeat ? The examples show such a loop for(item in list){ } , how to specify such a for(var i = 0; i < 5; ++i ) { } ?
Answer the question
In order to leave comments, you need to log in
You can use limit and slice if you need to limit the data, you can do this jsfiddle.net/digitalzebra/wnWY6
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question