past meetings from recordings

This commit is contained in:
Zachary Chai
2017-02-14 11:33:44 -05:00
parent 31a1464393
commit 88191b67e8
2 changed files with 27 additions and 1 deletions

View File

@ -202,6 +202,13 @@ class @Recordings
table_api.rows.add(data.recordings)
@draw()
recording_names = data.recordings.map (r) ->
return r.name
output = {}
for key in [0...recording_names.length]
output[recording_names[key]] = recording_names[key]
PreviousMeetings.add(value for key, value of output)
# setup click handlers for the action buttons
setupActionHandlers: ->
table_api = this.table.api()