|
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 / Video |
| 16 | +The Web Site / The Twitter / The Movie |
12 | 17 | -------- |
13 | | -[schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) / [The Movie](https://www.youtube.com/watch?v=duBFMipRq2o) |
| 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 | ---------- |
@@ -190,10 +197,10 @@ Unit tests are run with [karma](http://karma-runner.github.io) and written using |
190 | 197 |
|
191 | 198 | To run the tests: |
192 | 199 |
|
193 | | -1. Install all dependencies via NPM |
| 200 | +1. Install all dependencies via NPM. |
194 | 201 | 2. Install dev dependencies with bower. |
195 | | -3. Install the Karma CLI |
196 | | -4. Run the tests |
| 202 | +3. Install the Karma CLI. |
| 203 | +4. Run the tests. |
197 | 204 |
|
198 | 205 | ```bash |
199 | 206 | $ npm install |
|
0 commit comments