Skip to content

Instantly share code, notes, and snippets.

@nyaahara
Created December 14, 2014 09:18
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 nyaahara/52651d972de4ae7e53f4 to your computer and use it in GitHub Desktop.
Save nyaahara/52651d972de4ae7e53f4 to your computer and use it in GitHub Desktop.
Ractive.jsでループする(coffee script)
ractive = new Ractive(
el: "#hogehoge"
template: "#hogehogehoge"
data:
list: [{name: 'abe chan'}, {name: 'tabe chan'}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment