lovelylip

Results 2 issues of lovelylip

``` if (!(scope.$id in boundScopes)) { // Add the scope to the list of bound scopes boundScopes[scope.$id] = []; scope.$on('$destroy', function () { var i = boundScopes[scope.$id].length; while (i--) {...

Hello everybody, I want to focus and add tabindex in both filter, button, and each option of select, and hotkey 'ENTER' in select1 can move data to select2, replace change...