You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.
I found issue #12 ,and the pull #78 (2014) , but it didn't work.
select2 version: Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014;
angular-select2 was download in demo and no version
my code: <select style="width:300px" ui-select2 multiple ng-model="selPoints" id="source" required> <option ng-repeat="d in map.addPoints" ng-bind="d.name" value="{{ d }}"></option> </select>
thanks as all
The text was updated successfully, but these errors were encountered:
I found issue #12 ,and the pull #78 (2014) , but it didn't work.
select2 version: Version: 3.4.8 Timestamp: Thu May 1 09:50:32 EDT 2014;
angular-select2 was download in demo and no version
my code:
<select style="width:300px" ui-select2 multiple ng-model="selPoints" id="source" required> <option ng-repeat="d in map.addPoints" ng-bind="d.name" value="{{ d }}"></option> </select>
thanks as all
The text was updated successfully, but these errors were encountered: