0
我使用bootstrap
下拉與NG-重複一起製作清單,但我無法檢查或取消選中的checkbox
與的DIV中data-toggle ='dropdown'。無法選中/取消複選框,當引導下拉內
複選框的工作原理,當我刪除數據肘節=「下拉」。
<div class="dropdown" ng-repeat="item in someArray">
<div class="dropdown-toggle main-title" data-toggle="dropdown">
<input type="checkbox"/>
{{item}}
<span class="caret"></span>
</div>
請張貼工作代碼示例... –
是否使用[UI引導(https://angular-ui.github.io/bootstrap/)? – JeanJacques
這似乎工作正常,看[本plunker(https://plnkr.co/edit/PutJyIPnYDix06OilEyh?p=preview) – JeanJacques