This should be pretty easily solved by using the `each` helper instead of {{#items}}. One additional (and important) feature of the each helper is that it only adds and removes specific items from the DOM where the normal iterator re-renders the entire list. Update Fiddle: http://jsfiddle.net/cCZnE/6/
↧