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

Commit 5a180c3

Browse files
committed
chore(build): v0.5.3
1 parent 8b9001f commit 5a180c3

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.5.3 - 2014-08-03T03:22:22.164Z
4+
* Version: 0.5.3 - 2014-08-03T03:25:32.538Z
55
* License: MIT
66
*/
77

dist/select.js

Lines changed: 5 additions & 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.5.3 - 2014-08-03T03:22:22.160Z
4+
* Version: 0.5.3 - 2014-08-03T03:25:32.534Z
55
* License: MIT
66
*/
77

@@ -196,6 +196,8 @@
196196
} else {
197197
// Regular case
198198
setItemsFn(items);
199+
ctrl.ngModel.$modelValue = null; //Force scope model value and ngModel value to be out of sync to re-run formatters
200+
199201
}
200202
}
201203

@@ -378,6 +380,8 @@
378380
return inputValue;
379381
});
380382

383+
//Set reference to ngModel from uiSelectCtrl
384+
$select.ngModel = ngModel;
381385

382386
//Idea from: https://github.com/ivaynberg/select2/blob/79b5bf6db918d7560bdd959109b7bcfb47edaf43/select2.js#L1954
383387
var focusser = angular.element("<input ng-disabled='$select.disabled' class='ui-select-focusser ui-select-offscreen' type='text' aria-haspopup='true' role='button' />");

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.

0 commit comments

Comments
 (0)