Skip to content

Instantly share code, notes, and snippets.

@Streemo
Created October 28, 2014 07:08
Show Gist options
  • Save Streemo/663d19ed5c7c215752f7 to your computer and use it in GitHub Desktop.
Save Streemo/663d19ed5c7c215752f7 to your computer and use it in GitHub Desktop.
<template name="postsList">
<div class="posts">
{{#each posts}}
{{> postItem}}
{{/each}}
{{# if postsReady}}
{{# unless allPostsLoaded}}
{{listenScroll}}
{{/unless}}
{{else}}
<div>{{> spinner}}</div>
{{/if}}
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment