diff --git a/controllets/create-card-controllet/create-card-controllet.html b/controllets/create-card-controllet/create-card-controllet.html index 9f50952..07c75bb 100644 --- a/controllets/create-card-controllet/create-card-controllet.html +++ b/controllets/create-card-controllet/create-card-controllet.html @@ -267,7 +267,7 @@ ' class="grid-item"' + ' width="300"' + ' height="300"' + - ' type="'+ this.type + '"' + + ' card-type="'+ this.type + '"' + ' comment="'+ this.comment + '"' + ' card-title="'+ this.title + '">'; if(this.type == 'link'){ diff --git a/controllets/paper-card-controllet/paper-card-controllet.html b/controllets/paper-card-controllet/paper-card-controllet.html index ff2d33d..c63e303 100644 --- a/controllets/paper-card-controllet/paper-card-controllet.html +++ b/controllets/paper-card-controllet/paper-card-controllet.html @@ -167,7 +167,7 @@ value: "text" }, comment:{ - type: String, + cardType: String, value: "" }, cardTitle:{