Skip to content

Commit

Permalink
Merge pull request #12544 from tricknotes/update-features.md
Browse files Browse the repository at this point in the history
[DOC release] Update FEATURES.md
  • Loading branch information
rwjblue committed Nov 1, 2015
2 parents 844e43d + ab87f80 commit 0f51f7d
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,6 @@ for a detailed explanation.
Enables HTMLBars compiler to interpret `<x-foo></x-foo>` as a component
invocation (instead of a standard HTML5 style element).

* `ember-htmlbars-each-with-index`

Adds an optional second parameter to `{{each}}` block parameters that is the index of the item.

For example,

```handlebars
<ul>
{{#each people as |person index|}}
<li>{{index}}) {{person.name}}</li>
{{/each}}
</ul>
```

Added in [#10160](https://github.com/emberjs/ember.js/pull/10160)

* `ember-debug-handlers`

Implements RFC https://github.com/emberjs/rfcs/pull/65, adding support for
Expand Down

0 comments on commit 0f51f7d

Please sign in to comment.