Skip to content

Instantly share code, notes, and snippets.

@ruprict
Created October 22, 2012 21:04
Show Gist options
  • Select an option

  • Save ruprict/3934291 to your computer and use it in GitHub Desktop.

Select an option

Save ruprict/3934291 to your computer and use it in GitHub Desktop.
Knockout Intro, I
var App = function() {
this.newLink = ko.observable(new Link());
this.mylinks = ko.observableArray();
this.lickedLinks = ko.observableArray();
this.allLinks = ko.observableArray();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment