Skip to content

Commit 6f05f4c

Browse files
committed
Merge branch 'master' of github.com:Textalk/angular-schema-form
2 parents 2bcc74e + 317dfe4 commit 6f05f4c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ Angular Schema Form
33

44
Generate forms from a JSON schema, with AngularJS!
55

6+
### [Try out the example page](http://textalk.github.io/angular-schema-form/src/bootstrap-example.html)
7+
...where you can edit the schema or the form definition and see what comes out!
8+
9+
10+
What is it?
11+
----------
12+
613
Schema Form is a set of AngularJS directives (and a service..) that can create a form directly from a json schema
714
definition and also validate against that schema. The defaults may be fine for a lot cases, but you can also
815
customize it, changing order and type of fields.
@@ -18,10 +25,6 @@ Another thing that sets Schema Form apart is that it, at the moment, doesn't imp
1825
does, nor have any documentation! Which of course we hope to remedy soon.
1926

2027

21-
Try out the [example](http://textalk.github.io/angular-schema-form/src/bootstrap-example.html) where you can edit
22-
the schema or the form definition and see what comes out!
23-
24-
2528
Basic Usage
2629
-----------
2730

0 commit comments

Comments
 (0)