I have following inputs in table:
<input type="checkbox" name="slection" ng-click="addEntryToSelection(entry)" value="{{entry.defaultName}}">
How can i get which items are cheked and get their values after button ng-click or how can i add value into array if is checked and remove after uncheck?
Thanks for any help.