alexandernst/angular-multi-select

Allow the compontent to be disabled with ng-disable

phillipgreenii opened this issue · 1 comments

I would like to disable the component and ng-disabled isn't working, is there another way to disable the component?

Not really. Should be implemented. If you really need a quick (and dirty) fix, try disabling it with pure JS (or jQuery, or ...).