Example of using confirmation dialog

{{#each items as |item|}}
{{item.name}}
{{/each}} {{#if hasItemToDelete}} {{! unfortunately I can not use modal-dialog helper in Twiddle }}

Are you sure you want to delete item?

{{/if}}

{{outlet}}