Skip to content

Instantly share code, notes, and snippets.

@jasoncypret
Last active April 13, 2018 14:42
Show Gist options
  • Save jasoncypret/8034576 to your computer and use it in GitHub Desktop.
Save jasoncypret/8034576 to your computer and use it in GitHub Desktop.
Knockout Spit ko.data into view...so nice for debugging
<pre data-bind="text: ko.toJSON($data, null, 2)"></pre>
@jasoncypret
Copy link
Author

with spacing = ko.toJSON($data, null, 2)

without = ko.toJSON($data)

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