angular-drag-and-drop-lists icon indicating copy to clipboard operation
angular-drag-and-drop-lists copied to clipboard

on clicking checkbox ng-click not works

Open KumailHussain opened this issue 8 years ago • 0 comments

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>

KumailHussain avatar Jun 30 '17 09:06 KumailHussain