Merge pull request #427 from astagi/feature/fixwatcherskeyboardnav

Fix keyboard navigation in watchers search
stable
Alejandro 2015-04-06 13:55:04 +02:00
commit 9608d24552
1 changed files with 1 additions and 0 deletions

View File

@ -554,6 +554,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
html = usersTemplate(ctx)
$el.find("div.watchers").html(html)
lightboxKeyboardNavigationService.init($el)
closeLightbox = () ->
lightboxKeyboardNavigationService.stop()