Commit b71014294dec2a87d31468852ea2042194d5a5dc

Authored by Luigi Serra
1 parent 6943d4aa

paper-card-controllet update

controllets/create-card-controllet/create-card-controllet.html
... ... @@ -267,7 +267,7 @@
267 267 ' class="grid-item"' +
268 268 ' width="300"' +
269 269 ' height="300"' +
270   - ' type="'+ this.type + '"' +
  270 + ' card-type="'+ this.type + '"' +
271 271 ' comment="'+ this.comment + '"' +
272 272 ' card-title="'+ this.title + '">';
273 273 if(this.type == 'link'){
... ...
controllets/paper-card-controllet/paper-card-controllet.html
... ... @@ -167,7 +167,7 @@
167 167 value: "text"
168 168 },
169 169 comment:{
170   - type: String,
  170 + cardType: String,
171 171 value: ""
172 172 },
173 173 cardTitle:{
... ...