1
1
FormlyMaterial
2
- ==========
2
+ ==============
3
3
4
- [ ![ 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 )
5
- [ ![ Build Status] ( https://travis-ci.org/formly-js/angular-formly-templates-material.svg )] ( https://travis-ci.org/formly-js/angular-formly-templates-material )
6
- [ ![ 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 )
7
- [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f )] ( https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material )
4
+ [ ![ 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 ) [ ![ Build Status] ( https://travis-ci.org/formly-js/angular-formly-templates-material.svg )] ( https://travis-ci.org/formly-js/angular-formly-templates-material ) [ ![ 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 ) [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f )] ( https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material )
8
5
9
6
Material Design Templates for [ Angular-Formly] ( http://angular-formly.com ) . Modern & flexible forms configured easily in a JSON object.
10
7
11
- ## Install
8
+ Install
9
+ -------
12
10
13
11
```
14
12
npm install angular-formly-material
@@ -19,51 +17,56 @@ bower install angular-formly-material
19
17
```
20
18
21
19
```
22
- meteor add wieldo :angular-formly-templates-material
20
+ meteor add formly :angular-formly-templates-material
23
21
```
24
22
23
+ Getting Started
24
+ ---------------
25
25
26
- ## Getting Started
27
-
28
- 1 . Add package using one of methods above
29
- 2 . Add the following dependencies to your AngularJS module:
26
+ 1. Add package using one of methods above
27
+ 2. Add the following dependencies to your AngularJS module:
30
28
31
29
``` javascript
32
30
angular .module (' myAppName' , [
33
31
' formlyMaterial'
34
32
])
35
33
```
36
34
37
- ## Requirements
35
+ Requirements
36
+ ------------
38
37
39
- - angular ~ 1.4.0
40
- - angular-messages ~ 1.4.0
41
- - angular-material ~ 0.11.0
42
- - angular-formly ~ 7.3.0
38
+ - angular ~ 1.4.0
39
+ - angular-messages ~ 1.4.0
40
+ - angular-material ~ 0.11.0
41
+ - angular-formly ~ 7.3.0
43
42
44
- # Components
43
+ Components
44
+ ==========
45
45
46
46
Any requests? Add issue!
47
47
48
- ## Fields
48
+ Fields
49
+ ------
49
50
50
- * [ checkbox] [ types. checkbox ]
51
- * [ chips] [ types. chips ]
52
- * [ datepicker] [ types. datepicker ]
53
- * [ input] [ types. input ]
54
- * [ radio] [ types. radio ]
55
- * [ select] [ types. select ]
56
- * [ slider] [ types. slider ]
57
- * [ switch] [ types. switch ]
58
- * [ textarea] [ types. textarea ]
51
+ - [ checkbox] ( docs/ types/ checkbox.md )
52
+ - [ chips] ( docs/ types/ chips.md )
53
+ - [ datepicker] ( docs/ types/ datepicker.md )
54
+ - [ input] ( docs/ types/ input.md )
55
+ - [ radio] ( docs/ types/ radio.md )
56
+ - [ select] ( docs/ types/ select.md )
57
+ - [ slider] ( docs/ types/ slider.md )
58
+ - [ switch] ( docs/ types/ switch.md )
59
+ - [ textarea] ( docs/ types/ textarea.md )
59
60
60
- ## Wrappers
61
+ Wrappers
62
+ --------
61
63
62
- * [ input-container] [ wrappers. input-container ]
63
- * [ label] [ wrappers. label ]
64
- * [ messages] [ wrappers. messages ]
64
+ - [ input-container] ( docs/ wrappers/ input-container.md )
65
+ - [ label] ( docs/ wrappers/ label.md )
66
+ - [ messages] ( docs/ wrappers/ messages.md )
65
67
66
- ## Common settings
68
+ Common settings
69
+ ---------------
67
70
68
71
### label (string)
69
72
@@ -73,33 +76,20 @@ Text used as a field's label
73
76
74
77
Value of md-theme used on field
75
78
76
- ## Roadmap
77
-
78
- - [x] add md-chips
79
- - [x] add md-datepicker
80
- - [ ] add md-icon wrapper
81
- - [x] add md-slider with min, max, step and discrete options
82
- - [x] add md-select
83
- - [x] multiple in md-select
84
- - [ ] add groups to md-select
85
- - [x] add valueProp, labelProp to md-select
86
- - [x] add md-radio with valueProp and labelProp
87
- - [x] add textarea with cols and rows
88
- - [x] md-theme
89
- - [ ] e2e tests
79
+ Roadmap
80
+ -------
81
+
82
+ - [x] add md-chips
83
+ - [x] add md-datepicker
84
+ - [ ] add md-icon wrapper
85
+ - [x] add md-slider with min, max, step and discrete options
86
+ - [x] add md-select
87
+ - [x] multiple in md-select
88
+ - [ ] add groups to md-select
89
+ - [x] add valueProp, labelProp to md-select
90
+ - [x] add md-radio with valueProp and labelProp
91
+ - [x] add textarea with cols and rows
92
+ - [x] md-theme
93
+ - [ ] e2e tests
90
94
91
95
Requests (?). Post an issue.
92
-
93
- [ types.checkbox ] : docs/types/checkbox.md
94
- [ types.chips ] : docs/types/chips.md
95
- [ types.datepicker ] : docs/types/datepicker.md
96
- [ types.input ] : docs/types/input.md
97
- [ types.radio ] : docs/types/radio.md
98
- [ types.select ] : docs/types/select.md
99
- [ types.slider ] : docs/types/slider.md
100
- [ types.switch ] : docs/types/switch.md
101
- [ types.textarea ] : docs/types/textarea.md
102
-
103
- [ wrappers.input-container ] : docs/wrappers/input-container.md
104
- [ wrappers.label ] : docs/wrappers/label.md
105
- [ wrappers.messages ] : docs/wrappers/messages.md
0 commit comments