ng-jsoneditor
ng-jsoneditor copied to clipboard
Angular version of the insanely cool jsoneditor
- Fixes this issue: "Option "change" has been renamed to "onChange" https://github.com/angular-tools/ng-jsoneditor/issues/15 - Offers a local demo example - Script to minify the source file
see attached 
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...
There is a === check, which always fails for arrays and objects. When you specify "modes" (array) or "ace" (object) option, this will cause to almost always recreating jsoneditor object....
I'm trying to track down a weird behavior where typing into the value of a field causes the "tree" mode to collapse and leaves me unable to see the field...
See example: http://jsfiddle.net/fm3eku9q/ I'm expecting that editor will contain the JSON that was provided as an arg, but instead contains an empty object.
It would be very useful to have an option to suppress errors so that the console does not get cluttered up (example error message below). These errors are thrown while...
In the title bar, the icons are missing. 
on the search field, input some thing, then click 'Enter' on the keyboard, the result is correctly displayed, then clean the search field, and 'Enter', cannot restore the tree? ...