Skip to content

Instantly share code, notes, and snippets.

@EpokK
Created July 27, 2013 10:19
Show Gist options
  • Save EpokK/6094487 to your computer and use it in GitHub Desktop.
Save EpokK/6094487 to your computer and use it in GitHub Desktop.
Test ractive.js
<h1>Bye {{code}}</h1>
var ractive = new Ractive({
el: result,
template: html,
data: {
code: 'Dave'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment