Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Update readme.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Nov 15, 2011
1 parent 4f2c779 commit a620b4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.markdown
Expand Up @@ -20,6 +20,10 @@ The Knockout methods are added via extension methods and other things can easily
Would produce:

{"name1":ko.observable("value1"),"name2":ko.observable(2)}

There is also a simplified way to spit out your entire model as a Knockout ViewModel:

@Knockout.ToViewModel(Model)

You can get the package with nuget:

Expand Down

0 comments on commit a620b4b

Please sign in to comment.