vitalets / checklist-model

AngularJS directive for list of checkboxes
http://vitalets.github.io/checklist-model
MIT License
1.05k stars 206 forks source link

Is there a way to disable a checkboxe inside a checklist? #172

Closed lohxx closed 5 years ago

lohxx commented 5 years ago

I want to disable some checkboxes based on a condition, but i'm not finding a way to do it. Is there someone that can help me?

version: 0.8.1

code:


<a 
           href="#" 
           onaftersave="updateUser()" 
           editable-checklist="obj.roles" 
           e-ng-options="s.value as s.text for s in userService.all_roles"
     > 
     <span ng-bind-html="showRoles()"></span>
  </a>```