Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Last active May 22, 2024 11:08
Show Gist options
  • 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