Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Pass Document Fragment To Mustache

$
0
0
This worked with a slight change to the helper:
  1. can.Mustache.registerHelper("frag", function(frag) {
      return function(el) {
        el.parentNode.replaceChild(frag, el);
      }
    })

Viewing all articles
Browse latest Browse all 3491

Trending Articles