ui-select-header-group-selectable
in ui-select-choices
makes the headers clickable, so you can select all the items in a group.
Am I right or wrong?
ui-select-header-group-selectable
in ui-select-choices
makes the headers clickable, so you can select all the items in a group.
Am I right or wrong?
I edited the select.js for my project. I am not keeping real checkboxes, but using glyphicons.
https://github.com/maheshparlapalli/modified-ui-select-js-for-group-wise-check-boxes
search for 'toggleAllGroupSelected' in select.js, which is newly added function.
You will find the usage of 'toggleAllGroupSelected' in multiple places. Add this code to your select.js