wipeoutjs / wipeout

A pure MVVM javascript framework based on knockout
http://wipeoutjs.github.io/wipeout
0 stars 2 forks source link

Convenience methods, if #94

Closed ShaneGH closed 9 years ago

ShaneGH commented 9 years ago

Something like:

<div wo-if="$model">
    hello
</div>