Dear community,
I have a dynamic list of Strings I iterate with ng-repeat and every String in this list gets a ion-checkbox:
`<ng-repeat=“animal in user.animals”>
{{animal.name}}
How can I save the user input? Is the local storage the best way?
And how can I pass through the changes of my dynamic list to my Controller? How can I iterate over my checkboxes?
Sorry, a lot of questions. I hope that maybe someone can help.
kind regards