Skip to content

Instantly share code, notes, and snippets.

@arendjr
Created January 16, 2013 10:17
Show Gist options
  • Save arendjr/4546134 to your computer and use it in GitHub Desktop.
Save arendjr/4546134 to your computer and use it in GitHub Desktop.
var tie = new LacesTie(model,
'<p><label>Name:</label> <span data-laces="{ property: selectedRoom.name, editable: true }"></span></p>' +
'<p><label>Description:</label> <span data-laces="{ property: selectedRoom.description, editable: true }"></span></p>'
);
document.body.appendChild(tie.render());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment