Skip to content

Commit 85cbd70

Browse files
committed
1 parent 948d383 commit 85cbd70

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.11.2 - 2015-03-17T04:08:46.478Z
4+
* Version: 0.11.2 - 2015-03-31T12:28:29.056Z
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.11.2 - 2015-03-17T04:08:46.474Z
4+
* Version: 0.11.2 - 2015-03-31T12:28:29.046Z
55
* License: MIT
66
*/
77

@@ -540,7 +540,9 @@ uis.controller('uiSelectCtrl',
540540
ctrl.clear = function($event) {
541541
ctrl.select(undefined);
542542
$event.stopPropagation();
543-
ctrl.focusser[0].focus();
543+
$timeout(function() {
544+
ctrl.focusser[0].focus();
545+
}, 0, false);
544546
};
545547

546548
// Toggle dropdown

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)