component / reactive

Tiny reactive template engine
382 stars 48 forks source link

Add data-{visible|hidden} interpolation support #139

Closed cristiandouce closed 8 years ago

cristiandouce commented 10 years ago

It will allow for interpolation in data-visible and data-hidden bindings. Example:

<span data-visible="{outdoors && raining}">Don't you forget your umbrella!</span>
cristiandouce commented 10 years ago

Tests passed local :strawberry:

chemzqm commented 10 years ago

:+1: