discourse/app/assets/javascripts/discourse/views/participant_view.js.coffee
2013-02-05 14:16:51 -05:00

8 lines
216 B
CoffeeScript

window.Discourse.ParticipantView = Ember.View.extend
templateName: 'participant'
toggled: (->
@get('controller.userFilters').contains(@get('participant.username'))
).property('controller.userFilters.[]')