Skip to content

Commit

Permalink
Merge pull request #19446 from emberjs/locks-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Mar 3, 2021
2 parents 6a20c23 + d54e0cd commit b64b292
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion packages/@ember/-internals/glimmer/lib/helpers/each-in.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,14 @@ import { internalHelper } from './internal-helper';
</ul>
```
Outputting their name and age.
Outputting their name and age:
```html
<ul>
<li>name: Shelly Sails</li>
<li>age: 42</li>
</ul>
```
@method each-in
@for Ember.Templates.helpers
Expand Down

0 comments on commit b64b292

Please sign in to comment.