|
1 | 1 | Angular Schema Form
|
2 | 2 | ===================
|
3 |
| -[](https://travis-ci.org/Textalk/angular-schema-form) |
4 |
| -[](https://coveralls.io/r/Textalk/angular-schema-form?branch=development) |
5 |
| -[](http://badge.fury.io/bo/angular-schema-form) |
6 |
| -[](http://badge.fury.io/js/angular-schema-form) |
| 3 | +[](#bower) |
| 4 | +[](https://www.npmjs.org/package/angular-schema-form) |
| 5 | +[](http://npm-stat.com/charts.html?package=angular-schema-form&from=2015-01-01) |
| 6 | +[](https://gitter.im/Textalk/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 7 | +[](https://travis-ci.org/Textalk/angular-schema-form) |
| 8 | +[](https://coveralls.io/r/Textalk/angular-schema-form?branch=development) |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 |
|
8 | 13 |
|
9 | 14 | Generate forms from JSON schemas using AngularJS!
|
10 | 15 |
|
11 |
| -Web Page / Twitter |
| 16 | +The Web Site / The Twitter / The Movie |
12 | 17 | --------
|
13 |
| -[schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) |
| 18 | +[schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) / [Movie](https://www.youtube.com/watch?v=duBFMipRq2o) |
| 19 | + |
| 20 | +If you use ASF in your project/company please let us know! We'd love to feature you on the site. |
14 | 21 |
|
15 | 22 | Demo Time!
|
16 | 23 | ----------
|
17 | 24 | [Try out the example page](http://schemaform.io/examples/bootstrap-example.html). Try editing the schema or form definition and see what comes out!
|
18 | 25 |
|
19 |
| -Now you can save your code and share it! |
| 26 | +Hint: By pressing the 'Save to gist' button (top left), you can save your example into a shareable link. |
20 | 27 |
|
21 | 28 | What is it?
|
22 | 29 | ----------
|
@@ -100,6 +107,8 @@ bower install angular-schema-form
|
100 | 107 | This will install the latest release and basic dependencies. See
|
101 | 108 | [dependecies section below](#dependencies).
|
102 | 109 |
|
| 110 | +You can also load the files via [cdnjs.com](https://cdnjs.com/libraries/angular-schema-form). |
| 111 | + |
103 | 112 | ### Manual
|
104 | 113 |
|
105 | 114 | You can also just download the contents of the `dist/` folder and add dependencies manually.
|
@@ -131,7 +140,7 @@ The minified files include templates - no need to load additional HTML files.
|
131 | 140 | ### Script Loading
|
132 | 141 |
|
133 | 142 | Schema form is split into two main files, `dist/schema-form.min.js` and
|
134 |
| -`dist/boostrap-decorator.min.js` and they need be loaded in that order. AngularJ, |
| 143 | +`dist/boostrap-decorator.min.js` and they need be loaded in that order. AngularJS, |
135 | 144 | [tv4](https://github.com/geraintluff/tv4) and [objectpath](https://github.com/mike-marcacci/objectpath)
|
136 | 145 | also needs to be loaded *before* Schema Form.
|
137 | 146 |
|
@@ -190,10 +199,10 @@ Unit tests are run with [karma](http://karma-runner.github.io) and written using
|
190 | 199 |
|
191 | 200 | To run the tests:
|
192 | 201 |
|
193 |
| -1. Install all dependencies via NPM |
| 202 | +1. Install all dependencies via NPM. |
194 | 203 | 2. Install dev dependencies with bower.
|
195 |
| -3. Install the Karma CLI |
196 |
| -4. Run the tests |
| 204 | +3. Install the Karma CLI. |
| 205 | +4. Run the tests. |
197 | 206 |
|
198 | 207 | ```bash
|
199 | 208 | $ npm install
|
|
0 commit comments