2015-07-19 182 views
1

允許MD-複選框以如下迭代元素的數組:角材料MD-複選框組發出

<md-checkbox ng-repeat="cat in categorias" value="{{cat.id}}" ng-checked="{{cat.id.indexOf(item.cats) > -1}}" ng-model="item.cats">{{cat.name}}</md-checkbox> 

和填充與選定的值的列表模型中,諸如http://vitalets.github.io/checklist-model/

反饋理解.. 。

Plunker http://plnkr.co/edit/t4jDNDnq6NObaeLgR6kK?p=preview

現在,沒有辦法解決,我使用checklist directive

+2

檢查示例已經存在於角材站點(https://material.angularjs.org/latest/#/demo/material.components.checkbox) – nitin

+0

Thx,我更改了更多選項..最終成功:D –

+0

The通過尼廷提到的樣品現在位於:https://material.angularjs.org/latest/demo/checkbox –

回答

0

此前,清單模型不能在<md-checkbox>使用。與版本0.3.0 開始這是可能的。看看新版本。

+0

我可以使用角2 清單模型? – Sabreena

+0

我沒有試過,但它是專爲angular1。 –