我创建了一个指令,根据创建的复选框为复选框提供数据。 还有另一个mainList,它有一个数组需要创建多少次相同的复选框。 当置于主重列表的ng-repeat时,双向绑定停止工作
Attached is the link to fiddle
http://jsfiddle.net/mayurdoshi5/t7kr8/1238/
答案 0 :(得分:0)
这是您正在寻找的:http://jsfiddle.net/t7kr8/1239/
<input type="checkbox" ng-model="item.isChecked" />
{
"id": 3,
"isChecked": false,
"value": "orange",
}
您需要为json数组添加一个参数以进行状态检查