<label>Number of Meals :
<input type="number" name="meals" min="0" class="input" ng-model="meals"><br>
</label>
What I want to do is use the number entered by the user to have 'x' number of Meal text fields which will be displayed like this.
For example, if the user entered 2:
Meal 1:
Calories [TEXT BOX]
Meal 2:
Calories [TEXT BOX]
I'm not too sure how I can use the number entered and create that number of Meals