We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731830a + 108e17c commit 7a85f7fCopy full SHA for 7a85f7f
addon/components/api/x-sections/component.js
@@ -4,11 +4,11 @@ import hbs from 'htmlbars-inline-precompile';
4
export default Component.extend({
5
tagName: '',
6
layout: hbs`
7
- {{#each-in sections as |section items|}}
+ {{#each-in sections as |sectionName items|}}
8
{{#if items}}
9
<section data-test-api-section class="item-section">
10
- <h2 data-test-section-header={{section}} class="docs-h2">
11
- {{capitalize section}}
+ <h2 data-test-section-header={{sectionName}} class="docs-h2">
+ {{capitalize sectionName}}
12
</h2>
13
14
{{#each items as |item|}}
0 commit comments