Commit b71014294dec2a87d31468852ea2042194d5a5dc
1 parent
6943d4aa
paper-card-controllet update
Showing
2 changed files
with
2 additions
and
2 deletions
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'){ | ... | ... |