Reason: - Currently ui-select2 is used to configure parts of cat-select. - This violates the encapsulation, as ui-select2 is IMHO an implementation detail of cat-select. - It would be nice to if all relevant settings would be provided as direct cat-select attributes, which could be forwarded to the ui-select2 internally. - So the implementation switches to some other control internally later, the interface could stay stable.