Support for other bindings?
norbiu opened this issue · 3 comments
norbiu commented
Will other bindings be supported in the future? Such as if
, with
and foreach
?
{{ foreach: data }} ... {{ /foreach }}
mbest commented
This isn't something that I'm planing to add to the plugin. But you could implement support for this syntax using ko.interpolationMarkup.wrapExpresssion
.
mbest commented
I changed my mind. I'll look into adding something like this.
mbest commented
I've added support for this in the master branch using the syntax {{#foreach: data}} ... {{/foreach}}