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

Flags + Name Country ui-select2 #266

Open carlosCeron opened 10 years ago

carlosCeron commented 10 years ago

Hi, ui-select2

I use famfamfam class like flags in my project, actually the famfamfam class has a great funcionallity, but when i try to put the flag css class no show me the flag

here in pastebin http://pastebin.com/yYuqES5W

$scope.selected = {name:'spanish', css_flag:'famfamfam-flag-fr'};

data = [ {name:'brazil', css_flag:'famfamfam-flag-br'}, {name:'brazil', css_flag:'famfamfam-flag-br'}, {name:'brazil', css_flag:'famfamfam-flag-br'} ];

Thanks.