Skip to content

Instantly share code, notes, and snippets.

@hakant
Created April 5, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hakant/7296309c6a7166254ac701a6b27caf47 to your computer and use it in GitHub Desktop.
Save hakant/7296309c6a7166254ac701a6b27caf47 to your computer and use it in GitHub Desktop.
<template>
<require from="./idea-card"></require>
<section>
<div class="card-columns">
<idea-card project.bind="project" repeat.for="project of projects" />
</div>
</section>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment