Charlie Duong e1940a7ff0 Introduce "ref" and "for-ref" attributes
Deprecated "w-id" and "w-for"
2016-11-13 15:39:53 -05:00

11 lines
282 B
Plaintext

<div class="app-jquery-proxy" w-bind>
<span ref="foo">foo</span>
<span ref="foo-text">foo-text</span>
<span ref="fooText">fooText</span>
<ul ref="ul">
<li>red</li>
<li>green</li>
<li>blue</li>
</ul>
<button>Test Button</button>
</div>