Last active
May 22, 2024 11:08
-
-
Save maxcnunes/5229570 to your computer and use it in GitHub Desktop.
Simple way to debug viewmodel data bind with knockout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<pre data-bind="text: ko.toJSON($data, null, 2)"></pre> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you very much.