angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
596 stars 443 forks source link

how to add "containerCss" in ui-select2 #304

Open cred-chirag opened 7 years ago

cred-chirag commented 7 years ago

hello, i want to add containerCss: "abc" , in ui-select2 , can you pls suggest,

below demo code are not working, $scope.select2Options = { allowClear: false, containerCss: "abc" };

    $scope.select2Config = {
        formatResult: $scope.format,
        formatSelection: $scope.format
    };