en_btr_frontend/app/components/chapter-nav.hbs

5 lines
218 B
Handlebars
Raw Normal View History

2020-10-04 21:58:28 +00:00
<Scrollmenu @visible={{@visible}}>
{{#each @book.chapters as |chapter|}}
<Chapter @book={{@book}} @chapter={{chapter}} @active={{this.isChapterActive}} @showVerses={{this.showVerses}} />
{{/each}}
</Scrollmenu>