Skip to content

Commit f0bc8a1

Browse files
committed
build
1 parent 72bbe92 commit f0bc8a1

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

dist/select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.14.1 - 2016-01-27T22:27:00.588Z
4+
* Version: 0.12.1 - 2015-08-18T20:18:27.144Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.14.1 - 2016-01-27T22:27:00.452Z
4+
* Version: 0.12.1 - 2015-08-18T20:18:27.139Z
55
* License: MIT
66
*/
77

@@ -897,7 +897,7 @@ uis.directive('uiSelect',
897897

898898
$select.onSelectCallback = $parse(attrs.onSelect);
899899
$select.onRemoveCallback = $parse(attrs.onRemove);
900-
900+
901901
//Limit the number of selections allowed
902902
$select.limit = (angular.isDefined(attrs.limit)) ? parseInt(attrs.limit, 10) : undefined;
903903

@@ -1859,6 +1859,8 @@ uis.directive('uiSelectSort', ['$timeout', 'uiSelectConfig', 'uiSelectMinErr', f
18591859

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

1862+
scope.$parent.$selectMultiple.updateModel();
1863+
18621864
scope.$apply(function() {
18631865
scope.$emit('uiSelectSort:change', {
18641866
array: theList,

dist/select.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)