Fix bug #854: Set focus on search input on assigned to lightbox

stable
Jesús Espino 2014-09-04 20:15:31 +02:00
parent a543100dcb
commit b8e3c36b1d
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ AssignedToLightboxDirective = (lightboxService, lightboxKeyboardNavigationServic
render(selectedUser)
lightboxService.open($el)
$el.find('input').focus()
$scope.$watch "usersSearch", (searchingText) ->
render(selectedUser, searchingText) if searchingText?