Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Last active April 26, 2019 11:07
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save maxcnunes/5229570 to your computer and use it in GitHub Desktop.
Save maxcnunes/5229570 to your computer and use it in GitHub Desktop.
Simple way to debug viewmodel data bind with knockout
<pre data-bind="text: ko.toJSON($data, null, 2)"></pre>
@Fadeoc
Copy link

Fadeoc commented Jul 3, 2018

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment