Skip to content

Instantly share code, notes, and snippets.

@jonbca
Forked from markprovan/example.js
Last active December 16, 2015 21:50
Show Gist options
  • Save jonbca/5503060 to your computer and use it in GitHub Desktop.
Save jonbca/5503060 to your computer and use it in GitHub Desktop.
<table {{bindAttr class="length:show:hide"}}>
<thead><tr><th>foo</th></tr></thead>
<tbody>
{{#each item in controller}}
<tr><td>{{item.name}}</td></tr>
{{/each}}
</tbody>
</table>
<div {{bindAttr class="length:hide:show"}}>
You have no documents. How about you {{#linkTo create}}create one now{{/link}}?
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment