How can I force complete re-render of a template with knockout.js 1.3.0 beta
I have succesfully done this with 2.1, using jquery template's {{each}} like this answer
But since 1.3.0 does not use jquery templates anymore how can i do it?
Is there any equivalent for {{each}} in native knockout templating without using data-bind