Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Use ui-select2 multiple on angularJs ,How to prevent auto sorting items ? #317

Open
@Tairr

Description

@Tairr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions