We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e031a commit 72452b5Copy full SHA for 72452b5
beta2/datalink.html
@@ -24,7 +24,7 @@
24
<div data-jq-bind="css-background-color: roleColor">
25
Name: <span data-jq-bind="firstName, css-background-color: roleColor"></span> <span data-jq-bind="lastName"></span>
26
</div>
27
- <input data-jq-bind="firstName" data-jq-link="firstName">
+ <input data-jq-link="firstName" data-jq-bind="firstName" />
28
<input data-jq-link="lastName" data-jq-bind="lastName, title: titleConvert( address.city )" />
29
<input data-jq-link="address.city" data-jq-bind="address.city" />
30
0 commit comments