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

Re : Render simple mustache template as scope value?

$
0
0
Awesome, thanks!

For anyone finding this via search, here's my shortened finished code:
  1. scope.items.push(
  2. {
  3.     message: can.view.mustache(message).render({}),
  4.     something: true
  5. });

Viewing all articles
Browse latest Browse all 3491

Trending Articles