Select2 angular ui 不工作
Select2 angular ui not working
我正在尝试从这个 tutorial 中获得 select2 多 select 中的图像
, 但它根本不起作用。
由于我不太习惯 plnkr,我可能会在 my example plnkr
中遗漏一些东西
感谢您的帮助。
正如@gaurav 所说:
改变
<option ng-repeat="group in options" value="{{group.text}}">{{group}}</option>
收件人:
<option ng-repeat="group in options" value="{{group.text}}">{{group.text}}</option>
我正在尝试从这个 tutorial 中获得 select2 多 select 中的图像 , 但它根本不起作用。
由于我不太习惯 plnkr,我可能会在 my example plnkr
感谢您的帮助。
正如@gaurav 所说:
改变
<option ng-repeat="group in options" value="{{group.text}}">{{group}}</option>
收件人:
<option ng-repeat="group in options" value="{{group.text}}">{{group.text}}</option>