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

Commit

Permalink
chore(build): v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dimirc committed Aug 3, 2014
1 parent 8b9001f commit 5a180c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/select.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.5.3 - 2014-08-03T03:22:22.164Z
* Version: 0.5.3 - 2014-08-03T03:25:32.538Z
* License: MIT
*/

Expand Down
6 changes: 5 additions & 1 deletion dist/select.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ui-select
* http://github.com/angular-ui/ui-select
* Version: 0.5.3 - 2014-08-03T03:22:22.160Z
* Version: 0.5.3 - 2014-08-03T03:25:32.534Z
* License: MIT
*/

Expand Down Expand Up @@ -196,6 +196,8 @@
} else {
// Regular case
setItemsFn(items);
ctrl.ngModel.$modelValue = null; //Force scope model value and ngModel value to be out of sync to re-run formatters

}
}

Expand Down Expand Up @@ -378,6 +380,8 @@
return inputValue;
});

//Set reference to ngModel from uiSelectCtrl
$select.ngModel = ngModel;

//Idea from: https://github.com/ivaynberg/select2/blob/79b5bf6db918d7560bdd959109b7bcfb47edaf43/select2.js#L1954
var focusser = angular.element("<input ng-disabled='$select.disabled' class='ui-select-focusser ui-select-offscreen' type='text' aria-haspopup='true' role='button' />");
Expand Down
2 changes: 1 addition & 1 deletion dist/select.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a180c3

Please sign in to comment.