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,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