I'm starting with AngularJS and there's a question that seems to me to be simple.
I'm doing a shopping cart (just for the same apprenticeship) with what I learned (ng-controller, ng-repeat, ng-model, etc.).
I have a list that comes from the Controller and I want to automatically add in the affection. However, I would like to know how I get the value of the quantity and step for the function in the Controller ... I used ng-model = 'quantity' and tried to recover via {{quantity}}, which obviously did not work.
Can you help me?
My code: link
Thank you! =)