added some description to bindings

This commit is contained in:
Niels Lyngsø
2020-05-01 11:57:06 +02:00
parent c060cd3b8d
commit 138f38d786

View File

@@ -165,9 +165,8 @@
controller: controller,
link: link,
scope: {
content: "=",
//contentNodeModel is the content model for the node,
contentNodeModel: "=?"
content: "=", // in this context the content is the variant model.
contentNodeModel: "=?" //contentNodeModel is the content model for the node,
}
};