Skip to content

Instantly share code, notes, and snippets.

@vincentbello
Last active December 14, 2016 18:43
Show Gist options
  • Save vincentbello/bbe595ac4de8bda7c63e62915542f940 to your computer and use it in GitHub Desktop.
Save vincentbello/bbe595ac4de8bda7c63e62915542f940 to your computer and use it in GitHub Desktop.
templates/product.hbs
{{#if model.taskInstance.isRunning}}
Loading data...
{{else if model.taskInstance.error}}
An error occurred.
{{else if model.taskInstance.value}}
<header>
{{model.taskInstance.value.productName}}
</header>
...
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment