From b71014294dec2a87d31468852ea2042194d5a5dc Mon Sep 17 00:00:00 2001 From: luigser Date: Fri, 30 Oct 2015 16:57:36 +0100 Subject: [PATCH] paper-card-controllet update --- controllets/create-card-controllet/create-card-controllet.html | 2 +- controllets/paper-card-controllet/paper-card-controllet.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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:{ -- libgit2 0.21.4