mbest / knockout.punches

A collection of enhanced binding syntaxes using Knockout 3+
http://mbest.github.io/knockout.punches/
238 stars 19 forks source link

Added html node traversal into interpolationMarkup.js #44

Closed DrSammyD closed 9 years ago

DrSammyD commented 9 years ago

resubmit of https://github.com/mbest/knockout.punches/pull/43 for purposes of using my master branch for bower dependencies for my own projects.

mbest commented 9 years ago

I'm glad that you figured out something that will work for you. Unfortunately, this could not be a general-purpose feature of Punches because it violates the Knockout preprocessNode API, which allows for modification or replacement of just a single node.

DrSammyD commented 9 years ago

Alternative