Good afternoon,
I have an array of objects and display them in a list, in the list there is an input to insert new objects. I want to make a button where I would create a new list that is zeroed and with the same input to insert new objects. What would you do to make the lists display only the objects that were inserted in it?
I'm doing with AngularJs and I'm not able to create this new list, it pulls objects from the other too.
Does anyone have any tips for me to implement this list?