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
This is what we've had to do in Handlebars for years, so I'd definitely like to see this possible in DOMly. However, the whole statement needs to be a valid attribute name according to Cheerrio's HTML parser, so its impossible to throw an equals sign in there. This won't parse the way you expect it:
Expressions should be allowed in statements:
{{variable+1}}
{{variable+method()}}
{{method(variable+otherVariable)}}
<if variable||otherVariable>
The text was updated successfully, but these errors were encountered: