Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DominicWatts/8e1d7fb136f0f6e0dcbc1a3e1042459c to your computer and use it in GitHub Desktop.
Save DominicWatts/8e1d7fb136f0f6e0dcbc1a3e1042459c to your computer and use it in GitHub Desktop.
JavaScript : debug template binding errors for KnockoutJS #javascript

what data is available at a certain scope

<div data-bind="text: ko.toJSON($data)"></div>

more readable version

<pre data-bind="text: JSON.stringify(ko.toJS($data), null, 2)"></pre>

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