You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.
Hi, I'm using knockoutjs in my project and when I have a binding such as this <div data-bind="text: '$' + MyPrice().toFixed(2)"></div>
it throws a spanner in fuse.
It seems to put the remainder of the file after the "text: ' at the end of the document.
If I change it to ' $ ' it is ok. Is $ or $' an escape sequence or something?
Best regards.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm using knockoutjs in my project and when I have a binding such as this
<div data-bind="text: '$' + MyPrice().toFixed(2)"></div>
it throws a spanner in fuse.
It seems to put the remainder of the file after the "text: ' at the end of the document.
If I change it to ' $ ' it is ok. Is $ or $' an escape sequence or something?
Best regards.
The text was updated successfully, but these errors were encountered: