You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
JSON Editor Angular directive
2
2
=============================
3
3
4
-
ng-json-editor is an angular module that provides a directive that wraps [jdorn's JSON Editor](https://github.com/jdorn/json-editor).
4
+
angular-json-editor is an angular module that provides a directive that wraps [jdorn's JSON Editor](https://github.com/jdorn/json-editor).
5
5
6
+
JSON Editor takes a JSON Schema and uses it to generate an HTML form.
6
7
8
+
For further information about supported schema properties and usage, check out the original [JSON Editor repository](https://github.com/jdorn/json-editor).
7
9
8
10
Requirements
9
11
----------------
@@ -13,14 +15,14 @@ The module doesn't include the original json-editor code, but it is included in
13
15
Installation
14
16
------------
15
17
16
-
Install ng-json-editor using bower, which will install the source json-editor as well.
18
+
Install angular-json-editor using bower, which will install the source json-editor as well.
17
19
18
20
If you are not using bower, please download the original [json-editor from here](https://github.com/jdorn/json-editor).
19
21
20
22
Usage
21
23
-----
22
24
23
-
Include the json-editor and angular scripts first, and then include ng-json-editor.
25
+
Include the json-editor and angular scripts first, and then include angular-json-editor.
24
26
25
27
There are two optional ways of passing a json schema to the editor.
26
28
@@ -53,5 +55,19 @@ There are two optional ways of passing a json schema to the editor.
53
55
* Use an external JSON file as the schema and pass the url using the schema-url attribute
0 commit comments