We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3de20 commit 1b6dfb5Copy full SHA for 1b6dfb5
src/uiSelectSortDirective.js
@@ -93,6 +93,8 @@ uis.directive('uiSelectSort', ['$timeout', 'uiSelectConfig', 'uiSelectMinErr', f
93
94
move.apply(theList, [droppedItemIndex, newIndex]);
95
96
+ scope.$parent.$selectMultiple.updateModel();
97
+
98
scope.$apply(function() {
99
scope.$emit('uiSelectSort:change', {
100
array: theList,
0 commit comments