Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit c2cdaec

Browse files
committed
build
1 parent a926f70 commit c2cdaec

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-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.12.0 - 2015-05-28T07:44:11.364Z
4+
* Version: 0.12.0 - 2015-06-23T17:58:44.360Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 3 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.12.0 - 2015-05-28T07:44:11.360Z
4+
* Version: 0.12.0 - 2015-06-23T17:58:44.356Z
55
* License: MIT
66
*/
77

@@ -1234,7 +1234,7 @@ uis.directive('uiSelectMultiple', ['uiSelectMinErr','$timeout', function(uiSelec
12341234
if(!angular.isArray(ngModel.$viewValue)){
12351235
// Have tolerance for null or undefined values
12361236
if(angular.isUndefined(ngModel.$viewValue) || ngModel.$viewValue === null){
1237-
$select.selected = [];
1237+
ngModel.$viewValue = [];
12381238
} else {
12391239
throw uiSelectMinErr('multiarr', "Expected model value to be array but got '{0}'", ngModel.$viewValue);
12401240
}
@@ -1488,6 +1488,7 @@ uis.directive('uiSelectMultiple', ['uiSelectMinErr','$timeout', function(uiSelec
14881488
}
14891489
};
14901490
}]);
1491+
14911492
uis.directive('uiSelectSingle', ['$timeout','$compile', function($timeout, $compile) {
14921493
return {
14931494
restrict: 'EA',

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)