Skip to content

Commit 72452b5

Browse files
committed
Correction to demo page
1 parent d2e031a commit 72452b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta2/datalink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<div data-jq-bind="css-background-color: roleColor">
2525
Name: <span data-jq-bind="firstName, css-background-color: roleColor"></span> <span data-jq-bind="lastName"></span>
2626
</div>
27-
<input data-jq-bind="firstName" data-jq-link="firstName">
27+
<input data-jq-link="firstName" data-jq-bind="firstName" />
2828
<input data-jq-link="lastName" data-jq-bind="lastName, title: titleConvert( address.city )" />
2929
<input data-jq-link="address.city" data-jq-bind="address.city" />
3030
</div>

0 commit comments

Comments
 (0)