Is it possible and how to make my ui-select read-only? Of course, I tried ng-readonly = "isReadOnly", where I define $ scope.isReadOnly = false in my controller; And, of course, I want to calculate it "at runtime" according to server data that can change state.
source share