ng-jsoneditor
ng-jsoneditor copied to clipboard
Angular version of the insanely cool jsoneditor
Set `onEditable` to false. $scope.obj = { data: json, options: { mode: 'tree', onEditable: function(){return false;} } }; Click on the box [ ] to the left of a key...
Hello there, any chance to get a example to see differences between 2 json files on Angular ? Or at least to have synch between 2 json files under Angular...
Hi, I have a predefined json where user can only update the values of keys. Can I disable editing of the keys in a json
Do you planning to switch to jsoneditor 5 version? Now bower.json dependencies links to ~4 version. Thanks.
I looking for option to disable editor, user can edit value, only view
fix #18 (and more)
[This warning](https://github.com/josdejong/jsoneditor/blob/0557db02f2b49f1cf512028fea90482d5ae3c9a0/src/js/JSONEditor.js#L69) is being logged to the console.
I'm getting a bit strange behavior when editing in code view mode. I place the caret and start typing, and the characters appear approx 20 chars before the caret, at...
Hi, Please rename it to angularjs since it belongs to angular 1.x. If possible, please change **ng** as well, as its recommended to not use ng