Skip to content

Instantly share code, notes, and snippets.

@riteshn-niara
Created January 20, 2016 04:31
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 riteshn-niara/62612cd7cc748c60c08e to your computer and use it in GitHub Desktop.
Save riteshn-niara/62612cd7cc748c60c08e to your computer and use it in GitHub Desktop.
<div>
<h1>{{ headingText }}</h1>
<table>
<tr>
<td>{{ data.col1 }}</td>
</tr>
</table>
</div>
@riteshn-niara
Copy link
Author

templateJson: {
'headingText': 'd3 is awesome',
'data': {
'col1': 'sergey'
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment