angular-json-edit

1.0.4 • Public • Published

angularJsonEdit

An infinitely nesting, dependency free interactive JSON editor for Angular. Can support an infinitely nested object without the need to install jQuery, bootstrap, or any ui dependencies. All changes occur within the digest cycle. 100% test covered.

See it in action

Usage

bower install angular-json-edit

Add the javascript and css files to your index.html

<script src="bower_components/angular-json-edit/dist/angularJsonEdit.js"></script>
<link rel="stylesheet" href="bower_components/angular-json-edit/dist/styles/jsonEditor.css">

Include the directive in your template

<json-editor config="<your JSON object>"</json-editor>

Readme

Keywords

Package Sidebar

Install

npm i angular-json-edit

Weekly Downloads

2

Version

1.0.4

License

MIT

Last publish

Collaborators

  • rleahy22