Skip to content

Instantly share code, notes, and snippets.

@appinsanity
Created November 14, 2011 15:38
Show Gist options
  • Save appinsanity/1364192 to your computer and use it in GitHub Desktop.
Save appinsanity/1364192 to your computer and use it in GitHub Desktop.
FlatIron/Plates Attribute Binding Suggestion
<a data-href="url" data-bind="title"></a>
<script>
var data = {
'url': 'http://github.com/',
'title': 'github'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment