angular-multiselect icon indicating copy to clipboard operation
angular-multiselect copied to clipboard

Re disabled attributes

Open Veske opened this issue 9 years ago • 1 comments

I don't understand why you closed to issue... But the fix would be to change the code so:

scope.$watch(function () {
                        return attrs.disabled;
                    }, function (newVal) {
                        scope.disabled = newVal;
                    });

You can test at http://amitava82.github.io/angular-multiselect/ and add a disabled attribute to one of the select boxes there and see that it does not work currently.

Veske avatar Feb 26 '16 13:02 Veske

Works for me http://plnkr.co/edit/csrzsXv18E6GTuXCQpzO?p=preview

amitava82 avatar Feb 26 '16 14:02 amitava82