Frank Schwarz
Results
1
comments of
Frank Schwarz
Monky-patching for now with a sibling directive to "ui-select": ``` javascript 'use strict'; angular.module('x').directive("uiSelectFocusPatch", function ($timeout) { // https://github.com/angular-ui/ui-select/issues/1039 function link(scope, element, attrs) { scope.$watch('$select.open', function () { $timeout(function ()...