Skip to content

Instantly share code, notes, and snippets.

@poteto
Last active October 11, 2017 18:17
Show Gist options
  • Save poteto/e82c8591f7859b2eaa70cb1206fc33f4 to your computer and use it in GitHub Desktop.
Save poteto/e82c8591f7859b2eaa70cb1206fc33f4 to your computer and use it in GitHub Desktop.
{{#my-loader query=query as |loader|}}
{{#if loader.isRunning}}
<p>Loading...</p>
{{else}}
{{#each loader.data as |user|}}
{{user.fullName}}
{{/each}}
{{/if}}
{{/my-loader}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment