You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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]".
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]".