Skip to content

Commit b4addae

Browse files
committed
Add TravisCI badge
1 parent 3ef8f69 commit b4addae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Angular JSON Schema Form
22

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+
35
> Angular directive for making forms out of JSON Schema
46
57
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
911
## How to use
1012

1113
* Install via bower
12-
14+
1315
```
1416
bower install --save-dev schema-form
1517
```
@@ -27,7 +29,7 @@ This directive is using [JSON Editor](http://jeremydorn.com/json-editor/) intern
2729
```
2830

2931
You can also use `ng-model` with this directive.
30-
32+
3133
Note that `schema-form` will **`prepend`** generated form elements.
3234

3335
## Development

0 commit comments

Comments
 (0)