This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Nested Sub-Expression Support #171
Comments
+1 ! |
+1 ... Really need this support. |
Looks like this was fixed with 0.4.4. Thanks! |
Actually gonna reopen this since it looks like we still can't use them in Jade conditionals. For example:
... returns nothing but errors:
|
Update: Appears to only fail if the last character in the line is a closing parenthesis. While the above expression does not work, the one below does.
|
Another update. Because of the exception I found above, if you have a statement that ends with a subexpression, just passing null after it should make it work.
A hack-ish workaround, but the best we can do until the bug is fixed. Will leave this open until it's addressed. |
Hey there, +1 :-) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Meteor 1.2 came a Spacebars upgrade that allows nested sub-expressions.
These work fantastic in Spacebar files but do not seem to work in Jade files. Any chance we could see support for this?
The text was updated successfully, but these errors were encountered: