Skip to content

Commit

Permalink
Merge pull request #709 from mdbiscan/angle-bracket-built-ins/upgradi…
Browse files Browse the repository at this point in the history
…ng/editions

Updating upgrading editions.md
  • Loading branch information
locks authored Apr 2, 2019
2 parents f555332 + b8309d2 commit ffd5b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/release/upgrading/editions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1854,13 +1854,13 @@ bindings will not work:
This does not work, since @value is
an argument and is immutable
-->
{{input value=@value}}
<Input @value={{@value}} />
<!--
Instead, we should update the value
by passing an _action_ to the component
-->
{{input value=@value key-up=@updateValue}}
<Input @value={{@value}} @key-up={{@updateValue}} />
```

Additionally, the `mut` helper generally can't be used for the same reason:
Expand Down

0 comments on commit ffd5b4c

Please sign in to comment.