Files
component-party/content/4-component-composition/2-emit-to-parent/ember/app.hbs
Mathieu Schimmerling 6401ba12ea Revert "Merge pull request #73 from matschik/feat/required-react-import"
This reverts commit a69607362c, reversing
changes made to c17359e1e6.
2022-05-17 12:11:00 +00:00

4 lines
153 B
Handlebars

<p>Can I come ?</p>
<AnswerButton @onYes={{this.handleYes}} @onNo={{this.handleNo}} />
<p style="font-size: 50px;">{{if this.canCome '😀' '😥'}}</p>