I\'m trying to generate a set of check-boxes from an object array. I\'m aiming to have the check-boxes dynamically map their ng-model to a property of the new object that wi
With Angular 1.3, you can use ng-model-options directive to dynamically assign the model, or bind to an expression.
ng-model-options
Here is a plunkr: http://plnkr.co/edit/65EBiySUc1iWCWG6Ov98?p=preview
More info on ngModelOptions here: https://docs.angularjs.org/api/ng/directive/ngModelOptions
ngModelOptions