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

Re : Live binding on mustache template does not seem to be working with nested properties

$
0
0
Here is an ugly but functional alternate workaround if waiting for the next public build isn't an option:
  1. data.attr('todos.1', 'Line #2 changed');
  2. data.todos.push('');
  3. data.todos.pop();

Viewing all articles
Browse latest Browse all 3491

Trending Articles