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
Since B was not defined in the object, I want the variable text to remain. Is there a flag I can pass to the compile or some function to specify this behavior?
Thanks
The text was updated successfully, but these errors were encountered:
It does not work anymore though, if you use {{a.x}} with dots in it, because that cannot be interpreted as helper call. I'd say there is no other way of doing that.
In handlebars, I have this code
and then I compile with
However the end result is
But what I really want is:
Since
B
was not defined in the object, I want the variable text to remain. Is there a flag I can pass to the compile or some function to specify this behavior?Thanks
The text was updated successfully, but these errors were encountered: