ui-select2=" " を使用してドロップダウンを作成しています。リスト項目を結果に並べ替える方法
HTML:
<input style="width:100%" type="text" ui-select2="selectuiOptions"
data-placeholder="Select or Add Process/Ingredient">
js:
$scope.selectuiOptions = {
data : $scope.processes,
}
リスト要素を結果にソートする方法