Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created November 12, 2011 06:53
Show Gist options
  • Save mwawrusch/7b32c71c681e7c7a048a to your computer and use it in GitHub Desktop.
Save mwawrusch/7b32c71c681e7c7a048a to your computer and use it in GitHub Desktop.
var plate = new Plates('<li data-bind="name"></li>', {
'name': 'frank'
});
console.log(plate.bind());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment