2017-02-27 07:44:15 +03:00
|
|
|
{{#each emberCards as |card|}}
|
|
|
|
{{#ember-wormhole to=card.id}}
|
2017-03-01 22:23:03 +03:00
|
|
|
{{koenig-card card=card apiRoot=apiRoot assetPath=assetPath}}
|
2017-02-27 07:44:15 +03:00
|
|
|
{{/ember-wormhole}}
|
|
|
|
{{/each}}
|
2017-03-01 21:50:08 +03:00
|
|
|
<div class='gh-koenig'>
|
2017-02-27 07:44:15 +03:00
|
|
|
<div class='surface' tabindex="{{tabindex}}"/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{yield}}
|
|
|
|
|
2017-03-14 14:59:34 +03:00
|
|
|
{{koenig-toolbar editor=editor assetPath=assetPath containerSelector=containerSelector}}
|
|
|
|
{{koenig-slash-menu editor=editor assetPath=assetPath containerSelector=containerSelector}}
|
|
|
|
{{koenig-plus-menu editor=editor assetPath=assetPath containerSelector=containerSelector}}
|