We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my app logged to console:
Option "change" has been renamed to "onChange" (jsoneditor.min.js:30)
and error:
Cannot read property 'hasOwnProperty' of undefined
image error console log: http://pasteboard.co/kfckayL4W.png
How to fix it? Thanks!
The text was updated successfully, but these errors were encountered:
Try to set "options" attribute to empty object or something else.
Sorry, something went wrong.
I just changed line 104 to if ($scope.options && $scope.options.hasOwnProperty('expanded'))
if ($scope.options && $scope.options.hasOwnProperty('expanded'))
Successfully merging a pull request may close this issue.
my app logged to console:
and error:
image error console log: http://pasteboard.co/kfckayL4W.png
How to fix it?
Thanks!
The text was updated successfully, but these errors were encountered: