Skip to content

Commit

Permalink
perform fix for angular-ui#974
Browse files Browse the repository at this point in the history
Originally from homerjam@637be08
  • Loading branch information
pgrm committed Aug 18, 2015
1 parent bc3de20 commit 1b6dfb5
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 1b6dfb5

Please sign in to comment.