Skip to content

NowTV-Iceberg/angular-json-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-json-editor

Directive to render an editor to edit the fields of any JSON object. The editor does not allow yet to change the schema (add or remove attributes) but just to edit the exsiting values

##Usage

Note that content object is a json object added to the scope

Requirements

##Installation Add to your project angular-json-editor source.

Include the json-editor directives as a dependency on your angular module

angular.module("myapp", ["angularJsonEditor"]);

Demo

Checkout source code, update dependencies and run the app

git clone https://github.com/carolineBda/angular-json-editor 
cd angular-json-editor 
npm install 
npm start

Then browse http://localhost:8000/demo/index.html

About

Directive to edit any JSON object in angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • CSS 1.4%