This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
[Feature] Allow ng-repeat or create similar function to take number inputs #5268
Open
Description
ng-repeat is an extremely convenient directive, but I have found myself often wanting to use it in place of a for loop over integers, not just collections. For example, a form with user controlled number of input rows. While it is fairly trivial to create an array using the user input, I believe it would be worthwhile to expand ng-repeat or create another direction to take "1 in 100" instead of "1 in [0, 1, 2..., 99]".