Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 04b308e

Browse files
author
Scott J. Miles
committed
Fix wrapping, replace pronoun with data
1 parent 7ca2ddb commit 04b308e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<element name="tk-element-databinding-color" attributes="owner">
22
<template>
3-
This is a <strong>{{owner}}</strong>'s tk-element. He likes the color <span style="color: {{color}}">{{color}}</span>.
3+
This is a <strong>{{owner}}</strong>'s tk-element.
4+
{{owner}} likes the color
5+
<span style="color: {{color}}">{{color}}</span>.
46
</template>
57
<script>
68
Toolkit.register(this, {
79
owner: "Daniel",
810
color: "red"
911
});
1012
</script>
11-
</element>
13+
</element>

0 commit comments

Comments
 (0)