Show meta info at the top

This commit is contained in:
Vit Brunner
2015-04-21 20:27:53 +02:00
parent 631df9677c
commit a2a1855302
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ angular.module("sideBySide").service "poems", ->
@getMetaKeys = ->
@all.reduce (all, one) ->
_.uniq all.concat (key for key of one.meta)
_.uniq all.concat (key for key of one.meta when key not in ['$$hashKey', 'Active'])
, []
@