File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Angular JSON Schema Form
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/mohsen1/angular-json-schema-form.svg?branch=master )] ( https://travis-ci.org/mohsen1/angular-json-schema-form )
4
+
3
5
> Angular directive for making forms out of JSON Schema
4
6
5
7
This directive is using [ JSON Editor] ( http://jeremydorn.com/json-editor/ ) internally to generate forms.
@@ -9,7 +11,7 @@ This directive is using [JSON Editor](http://jeremydorn.com/json-editor/) intern
9
11
## How to use
10
12
11
13
* Install via bower
12
-
14
+
13
15
```
14
16
bower install --save-dev schema-form
15
17
```
@@ -27,7 +29,7 @@ This directive is using [JSON Editor](http://jeremydorn.com/json-editor/) intern
27
29
```
28
30
29
31
You can also use ` ng-model ` with this directive.
30
-
32
+
31
33
Note that ` schema-form ` will ** ` prepend ` ** generated form elements.
32
34
33
35
## Development
You can’t perform that action at this time.
0 commit comments