Space in expression results in error #30
Closed
Labels
Comments
Version 1.2.5 handles whitespace correctly for |
Updated NuGet 1.3.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If there is a space inside an expression (e.g {{> partialName}} instead of {{>partialName}}) the binder crashes ("Reached unparseable token in expression").
Same happens when {{ property }} or {{# each mainmenu}} or {{# if isSelected}}
This is not happening in js library, so templates written for client side binding, might not work in server!
thanks
The text was updated successfully, but these errors were encountered: