Knockout JS + Bootstrap + Icons + html binding
ok, this one is driving me nuts... I just can't seem to figure out the correct way to make html bindings in knockout, play nicely with twitter bootstrap elements. I have, the following HTML: <li><a href="#"><i class="icon-user"></i> Enable/Disable User</a></li> This line is actually part of some other li's that are in a ul, but I'm showing ONLY the bit I need for simplicity. As you can see, I'm also using twitter bootstrap here, as is evidenced by the icon class. Ok, so that's all good, when I render my menu that a tag shows up correctly, all nicely rendered in bootstrap style, and everything