ng-jsoneditor
ng-jsoneditor copied to clipboard
Abililty to Suppress Errors
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 the user is typing and they add up quickly.
Error: Parse error on line 8: ...": true, "test" "Created": "2016-01- ---------------------^ Expecting 'EOF', '}', ':', ',', ']', got 'STRING' at Object.parse (jsoneditor.js:6586) at Object.validate (jsoneditor.js:1620) at Object.parse (jsoneditor.js:1476) at JSONEditor.textmode.get (jsoneditor.js:1408) at ng-jsoneditor.js:32 at angular.js:17918 at completeOutstandingRequest (angular.js:5552) at angular.js:5829
Hi,
I think the errors are thrown by jsoneditor instead of ng-jsoneditor. Please raise this issue with them for a possible solution.
Thanks
I did - they stated it's on the angular end and to make an issue here. https://github.com/josdejong/jsoneditor/issues/254
Ok, will have a look
pr #7 fixes this issue.
@angular-tools #7 has been merged. Any plans to release a new version to Bower any time soon? Thanks!
So, guys how look your plans (month/year) for new release version to Bower? We still on a ng-jsoneditor:master version for bower which is a bit danger for our project :) Thanks!