Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 979d7f4

Browse files
committed
Update README.md
1 parent b01a3db commit 979d7f4

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

README.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
11
FormlyMaterial
22
==============
33

4+
Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.
5+
46
**Chat**
57

68
[![Join the chat at https://gitter.im/formly-js/angular-formly-templates-material](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/formly-js/angular-formly-templates-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
79

810
**Versions**
911

1012
[![GitHub version](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material.svg)](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material)
11-
1213
[![npm version](https://badge.fury.io/js/angular-formly-material.svg)](https://badge.fury.io/js/angular-formly-material)
13-
1414
[![Bower version](https://badge.fury.io/bo/angular-formly-material.svg)](https://badge.fury.io/bo/angular-formly-material)
1515

1616
**Code**
1717

1818
[![Build Status](https://travis-ci.org/formly-js/angular-formly-templates-material.svg)](https://travis-ci.org/formly-js/angular-formly-templates-material)
19-
2019
[![Coverage Status](https://coveralls.io/repos/formly-js/angular-formly-templates-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/formly-js/angular-formly-templates-material?branch=master)
21-
2220
[![Codacy Badge](https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f)](https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material)
2321

24-
Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.
22+
- [Install](#install)
23+
- [Getting Started](#getting-started)
24+
- [Requests?](#requests)
25+
- [Requirements](#requirements)
26+
- [Components](#components)
27+
- [Fields](#fields)
28+
- [Wrappers](#wrappers)
29+
- [Common settings](#common-settings)
30+
- [Theme](#theme-string)
2531

2632
Install
2733
-------
@@ -86,10 +92,10 @@ Fields
8692
Wrappers
8793
--------
8894

95+
- [divider](docs/wrappers/divider.md)
8996
- [inputContainer](docs/wrappers/input-container.md)
9097
- [label](docs/wrappers/label.md)
9198
- [messages](docs/wrappers/messages.md)
92-
- [divider](docs/wrappers/divider.md)
9399

94100
Common settings
95101
---------------
@@ -98,23 +104,4 @@ Common settings
98104

99105
Value of md-theme used on field
100106

101-
Roadmap
102-
-------
103-
104-
- [x] add md-chips
105-
- [x] add md-datepicker
106-
- [ ] add md-icon wrapper
107-
- [x] add md-slider with min, max, step and discrete options
108-
- [x] add md-select
109-
- [x] multiple in md-select
110-
- [ ] add groups to md-select
111-
- [x] add valueProp, labelProp to md-select
112-
- [x] add md-radio with valueProp and labelProp
113-
- [x] add textarea with cols and rows
114-
- [x] md-theme
115-
- [x] add md-on-close and md-on-open to md-select
116-
- [x] add divider wrapper (md-divider)
117-
- [x] add md-no-autogrow to textare
118-
- [ ] e2e tests
119-
120107
Requests (?). Post an issue.

0 commit comments

Comments
 (0)