Actually am the starter in angularjs.
I have created one form and it contains two input boxes.
Below the input boxes,
<input ng-model="id.todoList" type="text" name="input" placeholder="Enter tasks here">
<input ng-model="id.todoList1" type="text" name="input" placeholder="Enter tasks here">
After proceed the input values,
I want the values to be stored as an array. I did!!!!
I can able to push the form inputs whenever i click the submit button.
But, the main problem is...
Suppose i have added the 3 user details, If i go to add the other details means, the stored 3 user details also changes.
Can anyone help on this?
Attached the fiddler link :Fiddler Link