Closed philipvr closed 12 years ago
The text binder now displays newlines correctly
this.value = hd.variable("Hello,\nthis is a test!");
<span data-bind="text: value"></span>
Now displays:
Hello, this is a test!
The text binder now displays newlines correctly
Now displays: