Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekkolodziej authored and theanxy committed Apr 6, 2016
1 parent d1afad0 commit 8fc468a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uiSelectSortDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ uis.directive('uiSelectSort', ['$timeout', 'uiSelectConfig', 'uiSelectMinErr', f

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

scope.$parent.$selectMultiple.updateModel();

scope.$apply(function() {
scope.$emit('uiSelectSort:change', {
array: theList,
Expand Down

0 comments on commit 8fc468a

Please sign in to comment.