Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created June 20, 2012 10:20
Show Gist options
  • Save sagar-ganatra/2959228 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/2959228 to your computer and use it in GitHub Desktop.
<form id="testView">
Firstname: <input id="firstName" type="text" data-bind="value: fname"><br/>
Lastname: <input id="lastName" type="text" data-bind="value: lname"><br/>
Fullname: <input id="fullname" type="text" data-bind="value: fullname"><br/>
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment