I'm building a web app with angularjs and would like to have a dynamic form. I have a form-control that allows you to select a number 1-10 and I would like that when you select a number, that amount of new input fields displays below.
I'm using it for a workout app, so let's say this option is for "reps". The user selects 5, and now 5 input fields show below where they can enter the info for each of the 5 reps they completed.
How can I do this?