File tree 1 file changed +13
-7
lines changed
1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
1
Angular Schema Form
2
2
===================
3
- [ ![ bower version] ( https://img.shields.io/bower/v/angular-schema-form.svg?style=flat-square )] ( #bower )
4
3
[ ![ npm version] ( https://img.shields.io/npm/v/angular-schema-form.svg?style=flat-square )] ( https://www.npmjs.org/package/angular-schema-form )
5
4
[ ![ npm downloads] ( https://img.shields.io/npm/dm/angular-schema-form.svg?style=flat-square )] ( http://npm-stat.com/charts.html?package=angular-schema-form&from=2015-01-01 )
6
5
[ ![ Gitter] ( https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square )] ( https://gitter.im/json-schema-form/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
@@ -23,6 +22,15 @@ Demo Time!
23
22
24
23
Hint: By pressing the 'Save to gist' button (top left), you can save your example into a shareable link.
25
24
25
+ Documentation
26
+ =============
27
+ You can find [ all documentation here] ( docs/index.md ) , it covers all the different field types
28
+ and their options.
29
+
30
+ It also covers how to [ extend angular schema form with your own field types] ( docs/extending.md ) .
31
+
32
+ Before filing an issue, please read our [ issue support instructions] ( docs/support.md ) or you may be ignored.
33
+
26
34
What is it?
27
35
===========
28
36
@@ -45,12 +53,10 @@ apart from JSON Form?
45
53
with version 4 of the JSON schema standard.
46
54
3 . By default, Schema Form generates Bootstrap 3-friendly HTML.
47
55
48
- Documentation
49
- -------------
50
- You can find [ all documentation here] ( docs/index.md ) , it covers all the different field types
51
- and their options.
52
-
53
- It also covers how to [ extend angular schema form with your own field types] ( docs/extending.md ) .
56
+ Migration Guide
57
+ ===============
58
+ If you already use the library factories in an app or an add-on or plan to upgrade versions, please read the
59
+ [ migration guide] ( migration.md ) for any items that may need consideration.
54
60
55
61
Basic Usage
56
62
-----------
You can’t perform that action at this time.
0 commit comments