Skip to content

Commit

Permalink
fix(more docs): more, docs. bump version for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
haiko committed Jun 26, 2016
1 parent 791432c commit 9c72093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

# ng2-form-utils
[![npm version](https://img.shields.io/npm/v/ng2-simple-page-scroll.svg?style=flat)](https://www.npmjs.com/package/ng2-form-utils)
[![Build Status](https://travis-ci.org/haiko/ng2-form-utils.svg?branch=master)](https://travis-ci.org/haiko/ng2-form-utils)
[![Coverage Status](https://coveralls.io/repos/github/haiko/ng2-form-utils/badge.svg?branch=master)](https://coveralls.io/github/haiko/ng2-form-utils?branch=master)
[![peerDependency Status](https://david-dm.org/haiko/ng2-form-utils/peer-status.svg)](https://david-dm.org/haiko/ng2-form-utils#info=peerDependencies)
Expand All @@ -20,7 +21,7 @@ npm install ng2-form-utils --save

## Usage

Create object(s) that captures your form fields and feed it to FormObjectBuilder. Then in your template you define the ngControls with the name of the corresponding fields of the object. See example below.
Create object(s) that captures your form fields and feed it to `FormObjectBuilder`. Then in your template you define the ngControls with the name of the corresponding fields of the object. See example below.

Let's say you need to have a person's details and address.
```html
Expand Down

0 comments on commit 9c72093

Please sign in to comment.