marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

on clicking checkbox ng-click not works #430

Open KumailHussain opened 7 years ago

KumailHussain commented 7 years ago

if label is clicked ng-click triggers if checkbox is clicked ng-click doesn't trigger provide checkbox=true

    <span class="dropdown" ng-click="populateSection(example1model,options)"   checkboxes="true"  ng-dropdown-multiselect=""
 options="example1data" selected-model="example1model" ></span>