en_btr_frontend/app/components/chapter-nav.hbs

5 lines
218 B
Handlebars

<Scrollmenu @visible={{@visible}}>
{{#each @book.chapters as |chapter|}}
<Chapter @book={{@book}} @chapter={{chapter}} @active={{this.isChapterActive}} @showVerses={{this.showVerses}} />
{{/each}}
</Scrollmenu>