Skip to content

Instantly share code, notes, and snippets.

@jcreamer898
jcreamer898 / README.md
Last active December 17, 2015 22:59
A base ko viewModel

How to use this thing...

var MyNewViewModel = ViewModel.extend({
    subscriptions: {},
    publications: {},
    defaults: {
        // ko.observable
        foo: 1,
 // ko.ovservableArrray