Skip to content

Commit 1b6dfb5

Browse files
committed
perform fix for angular-ui#974
Originally from homerjam@637be08
1 parent bc3de20 commit 1b6dfb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uiSelectSortDirective.js

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ uis.directive('uiSelectSort', ['$timeout', 'uiSelectConfig', 'uiSelectMinErr', f
9393

9494
move.apply(theList, [droppedItemIndex, newIndex]);
9595

96+
scope.$parent.$selectMultiple.updateModel();
97+
9698
scope.$apply(function() {
9799
scope.$emit('uiSelectSort:change', {
98100
array: theList,

0 commit comments

Comments
 (0)