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>