DomTemplate
DomTemplate copied to clipboard
Document how to bind multiple classes in the same operation
data-bind:class=":completed" will toggle the "completed" class, but if we also need to toggle the "new" class on the same element, how is this done?
Currently undocumented.