Hi all,
I'm developing an app using knockout.js and decided to use the HTML comments for doing the bindings, e.g.
<!-- ko with: selectedItem -->
<div>Selected: <span data-bind="text: name"></span></div>
<!-- /ko -->
The app is meant to be accessible from mobile phones, and this works...