1
- FormlyMaterial
2
- ==============
1
+ # FormlyMaterial
3
2
4
3
Material Design Templates for [ Angular-Formly] ( http://angular-formly.com ) . Modern & flexible forms configured easily in a JSON object.
5
4
@@ -23,8 +22,7 @@ Material Design Templates for [Angular-Formly](http://angular-formly.com). Moder
23
22
24
23
---
25
24
26
- Table of contents
27
- -----------------
25
+ ## Table of contents
28
26
29
27
- [ Install] ( #install )
30
28
- [ Getting Started] ( #getting-started )
@@ -38,8 +36,7 @@ Table of contents
38
36
39
37
---
40
38
41
- Install
42
- -------
39
+ ## Install
43
40
44
41
```
45
42
npm install angular-formly-material
@@ -53,8 +50,7 @@ bower install angular-formly-material
53
50
meteor add formly:angular-formly-templates-material
54
51
```
55
52
56
- Getting Started
57
- ---------------
53
+ ## Getting Started
58
54
59
55
1. Add package using one of methods above
60
56
2. Add the following dependencies to your AngularJS module:
@@ -65,28 +61,24 @@ angular.module('myAppName', [
65
61
])
66
62
```
67
63
68
- Requests?
69
- ---------
64
+ ## Requests?
70
65
71
66
Maybe you need some new feature? Go here:
72
67
73
68
https://github.com/formly-js/angular-formly-templates-material/issues/4
74
69
75
- Requirements
76
- ------------
70
+ ## Requirements
77
71
78
72
- angular ~ 1.4.0
79
73
- angular-messages ~ 1.4.0
80
74
- angular-material ~ 1.0.0
81
75
- angular-formly ~ 7.3.0
82
76
83
- Components
84
- ==========
77
+ ## Components
85
78
86
79
Any requests? Add issue!
87
80
88
- Fields
89
- ------
81
+ ### Fields
90
82
91
83
- [ checkbox] ( docs/types/checkbox.md )
92
84
- [ chips] ( docs/types/chips.md )
@@ -98,18 +90,16 @@ Fields
98
90
- [ switch] ( docs/types/switch.md )
99
91
- [ textarea] ( docs/types/textarea.md )
100
92
101
- Wrappers
102
- --------
93
+ ### Wrappers
103
94
104
95
- [ divider] ( docs/wrappers/divider.md )
105
96
- [ inputContainer] ( docs/wrappers/input-container.md )
106
97
- [ label] ( docs/wrappers/label.md )
107
98
- [ messages] ( docs/wrappers/messages.md )
108
99
109
- Common settings
110
- ---------------
100
+ ### Common settings
111
101
112
- ### theme (string)
102
+ #### theme (string)
113
103
114
104
Value of md-theme used on field
115
105
0 commit comments