I am new to Angularjs. I am appending dynamic multi select boxes, what is my question is, I want to disable all the selected options in other multi select boxes. I have tried Disabled selected item in Angular for other Select Option Fields of the same Items the answer from the above link, but it is for select box not for multi select. I have tried the answer for multi select, but there is some complication.
The above link is for dynamic select box. I want to do the same thing in multiselect.