1
0
Fork 0

Fix code highlighting

This commit is contained in:
Ava Wroten 2020-02-25 16:07:09 -06:00
parent 0bce2066de
commit 6a907143e9

View file

@ -12,7 +12,7 @@ Imagine a common scenario. I have a pastry shop app and I click "New Donut". A f
In such a scenario it makes sense to write reusable components for our form elements. Consider the following:
```hbs
```html
<button>New Donut</button>
{{#if this.creatingNewDonut}}