Skip to content

Support for DOT syntax

Latest
Compare
Choose a tag to compare
@chrismichaelscott chrismichaelscott released this 21 Oct 12:20
· 2 commits to master since this release

You can now use "." variables, as per issue #11.

For example:

<ul class="bindto-blogroll">
    <li data-bind_each>
        <a href="http://${.}">${"."}</a>
    </li>
</ul>