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