fix add watchers lightbox

stable
Juanfran 2016-02-05 08:43:35 +01:00
parent 3241a657dc
commit 6d2abd6bd8
1 changed files with 1 additions and 1 deletions

View File

@ -618,7 +618,7 @@ WatchersLightboxDirective = ($repo, lightboxService, lightboxKeyboardNavigationS
render = (users) -> render = (users) ->
ctx = { ctx = {
selected: false selected: false
users: _.head(users, 5) users: _.slice(users, 0, 5)
showMore: users.length > 5 showMore: users.length > 5
} }