Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Jun 3, 2019
1 parent 6517da0 commit 53dfd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/release/components/the-component-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ you can use `didUpdateAttrs` to clear any error state that was built up from edi
{{/each}}
</ul>
<fieldset>
<Input @name="user.name" @value={{this.name}} @change={{action "required"}} />
<Input @name="user.name" @value={{this.name}} @change={{action "required"}} />
<Input @name="user.department" @value={{this.department}} @change={{action "required"}} />
<Input @name="user.email" @value={{this.email}} @change={{action "required"}} />
<Input @name="user.email" @value={{this.email}} @change={{action "required"}} />
</fieldset>
```

Expand Down

0 comments on commit 53dfd4e

Please sign in to comment.