Skip to content

kainwinterheart/ng-json-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ng-json-editor

AngularJS wrapper for https://github.com/josdejong/jsoneditor

Example

In HTML:

<div jsoneditor="my_editor"></div>
<div jsoneditor="another_editor"></div>

In your app:

$scope.jsoneditor.editors.my_editor.get()
$scope.jsoneditor.editors.another_editor.set({asd:"qwe"})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published