Skip to content

Commit 33ef78a

Browse files
committed
Merge branch 'NiceScale-master' into development
2 parents f7f0f6b + 4a199f1 commit 33ef78a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

+8-5
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

@@ -312,7 +315,7 @@ the ```sf-schema``` directive.
312315
313316
### radios and radiobuttons
314317
Both type *radios* and *radiobuttons* work the same way, they take a titleMap
315-
and renderes ordinary radio buttons or bootstrap 3 buttons inline. It's a
318+
and renders ordinary radio buttons or bootstrap 3 buttons inline. It's a
316319
cosmetic choice.
317320
318321
Ex.

bower.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "angular-schema-form",
3+
"main": [
4+
"dist/schema-form.min.js",
5+
"dist/bootstrap-decorator.min.js"
6+
],
37
"version": "0.0.4",
48
"authors": [
59
"Textalk",

0 commit comments

Comments
 (0)