AngularJS checkbox ng-repeat and selected objects?
I have to override the categories each time the list is populated since it will be pull out form server. So i quess i need to have arrays and the second one will hold the selected objects? Yes, since it is a list you can/should use arrays. The information about the selected items/objects should be … Read more