Skip to content

Commit cf44202

Browse files
committed
Merge branch 'development' into gh-pages
2 parents 19c8114 + befb55a commit cf44202

File tree

12 files changed

+699
-241
lines changed

12 files changed

+699
-241
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
Angular Schema Form
22
===================
3-
[![Build Status](https://travis-ci.org/Textalk/angular-schema-form.svg?branch=master)](https://travis-ci.org/Textalk/angular-schema-form)
4-
[![Coverage Status](https://coveralls.io/repos/Textalk/angular-schema-form/badge.png?branch=master)](https://coveralls.io/r/Textalk/angular-schema-form?branch=development)
5-
[![Bower version](https://badge.fury.io/bo/angular-schema-form.svg)](http://badge.fury.io/bo/angular-schema-form)
6-
[![npm version](https://badge.fury.io/js/angular-schema-form.svg)](http://badge.fury.io/js/angular-schema-form)
3+
[![bower version](https://img.shields.io/bower/v/angular-schema-form.svg?style=flat-square)](#bower)
4+
[![npm version](https://img.shields.io/npm/v/angular-schema-form.svg?style=flat-square)](https://www.npmjs.org/package/angular-schema-form)
5+
[![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+
[![Gitter](https://img.shields.io/badge/GITTER-JOIN%20CHAT%20%E2%86%92-ff69b4.svg?style=flat-square)](https://gitter.im/Textalk/angular-schema-form?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7+
[![Build Status](https://img.shields.io/travis/Textalk/angular-schema-form.svg?style=flat-square)](https://travis-ci.org/Textalk/angular-schema-form)
8+
[![Build Status](https://img.shields.io/coveralls/jekyll/jekyll.svg?style=flat-square)](https://coveralls.io/r/Textalk/angular-schema-form?branch=development)
9+
10+
11+
712

813

914
Generate forms from JSON schemas using AngularJS!
1015

11-
Web Page / Twitter / Video
16+
The Web Site / The Twitter / The Movie
1217
--------
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.
1421

1522
Demo Time!
1623
----------
@@ -190,10 +197,10 @@ Unit tests are run with [karma](http://karma-runner.github.io) and written using
190197

191198
To run the tests:
192199

193-
1. Install all dependencies via NPM
200+
1. Install all dependencies via NPM.
194201
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.
197204

198205
```bash
199206
$ npm install

dist/bootstrap-decorator.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)