mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Show meta info at the top
This commit is contained in:
@@ -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'])
|
||||
, []
|
||||
|
||||
@
|
||||
|
||||
Reference in New Issue
Block a user