I'm having trouble setting ng-model values within an ng-repeat statement.
When I repeat this div with an array of JSON objects, I am able to print the 'ID' value of the object in any element. However, I can't use that as the ng-model value for the checkbox inside. I must be making a mistake somewhere. Any suggestions on what that might be?
I would greatly appreciate it if someone could take a look and offer some guidance.
For reference, here is a link to a codepen showcasing the issue: Code pen link
.