Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created October 5, 2012 08:30
Show Gist options
  • Save bjartwolf/3838754 to your computer and use it in GitHub Desktop.
Save bjartwolf/3838754 to your computer and use it in GitHub Desktop.
Knockoutproperties
var firstname = ko.observable();
var firstname = ko.observable('Bjorn');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment