angular-json-editor icon indicating copy to clipboard operation
angular-json-editor copied to clipboard

An angular wrapper for jdorn/json-editor

Results 4 angular-json-editor issues
Sort by recently updated
recently updated
newest added

Hi! If I want to use other theme instead of bootstrap3 it shows this error (in this case, trying to load tailwind) ![image](https://user-images.githubusercontent.com/10001795/81267436-c676b400-9046-11ea-821c-c0435f8bcc98.png) Thanks!

Hi! I needed to get access to the editor object. I saw in your demo that you could do it adding the controller, but in my case I need it...

We tried to include this plugin plugins: { select2: { enable: true, create: false, script: 'js/lib/select2.min.js' } } but not working. Is it done in this way or need to...

In the original JSON editor, the title and description properties of a schema would be rendered on the UI so some metadata about a field could be displayed. ``` {...