This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Expand file tree Collapse file tree 3 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 0.4.0 ] - 2015-11-17
6
6
### Added
7
- - md-chip with placeholder, secondary-placeholder, delete-button-label and delete-hint
7
+ - ** md-chip** with placeholder, secondary-placeholder, delete-button-label and delete-hint
8
8
9
9
### Changed
10
10
- ** mdLabel** wrapper changed to ** label**
@@ -49,7 +49,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
49
49
50
50
## 0.0.1 - 2015-11-06
51
51
52
- [ Unreleased ] : https://github.com/wieldo/meteor-angular-formly-templates-material/compare/v0.3.0...HEAD
52
+ [ 0.4.0 ] : https://github.com/wieldo/meteor-angular-formly-templates-material/compare/v0.3.0...v0.4.0
53
53
[ 0.3.0 ] : https://github.com/wieldo/meteor-angular-formly-templates-material/compare/v0.2.0...v0.3.0
54
54
[ 0.2.0 ] : https://github.com/wieldo/meteor-angular-formly-templates-material/compare/v0.1.0...v0.2.0
55
55
[ 0.1.0 ] : https://github.com/wieldo/meteor-angular-formly-templates-material/compare/v0.0.4...v0.1.0
Original file line number Diff line number Diff line change @@ -183,6 +183,39 @@ md-filter-date
183
183
}
184
184
```
185
185
186
+ ### chips
187
+
188
+ ** placeholder (string, optional)**
189
+
190
+ placeholder attribute value
191
+
192
+ ** secondaryPlaceholder (string, optional)**
193
+
194
+ secondary-placeholder attribute value
195
+
196
+ ** deleteButtonLabel (string, optional)**
197
+
198
+ delete-button-label attribute value
199
+
200
+ ** deleteHint (string, optional)**
201
+
202
+ delete-hint attribute value
203
+
204
+ ``` javascript
205
+ {
206
+ " type" : " chips" ,
207
+ " key" : " tags" ,
208
+ " templateOptions" : {
209
+ " theme" : " custom" ,
210
+ " placeholder" : " +tags" ,
211
+ " secondaryPlaceholder" : " Add tag" ,
212
+ " deleteButtonLabel" : " Remove" ,
213
+ " deleteHint" : " Remove tag"
214
+ }
215
+ }
216
+ ```
217
+
218
+
186
219
## Wrappers
187
220
188
221
- mdInputContainer
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var client = 'client';
3
3
Package . describe ( {
4
4
name : "wieldo:angular-formly-templates-material" ,
5
5
summary : "Material design templates for angular-formly" ,
6
- version : "0.3 .0" ,
6
+ version : "0.4 .0" ,
7
7
8
8
documentation : 'README.md' ,
9
9
git : 'https://github.com/wieldo/angular-formly-templates-material.git'
You can’t perform that action at this time.
0 commit comments