a simple AngularJS directive for viewing and editing a javascript object
object-editor is useful for debugging an object in the scope
use bower or download the zip
bower install object-editor
Include the following files in your project:
- object-editor.js
- object-editor.css
angular.module('my-app', ['objectEditor']);
<object-editor object='someObjectInYourScope'></object-editor>