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 Sep 6, 2022. It is now read-only.
I answered you question on the meteor forum because I've seen it there first, but I guess it's more appropriate to continue the discussion here if my answer doesn't help.
Yeah, you may be right. It could be my formatting, but I have tried the different approaches with | or p and still none works for me.
It may just be that I am not proficient with Jade enough since I am a bit new to it. I would appreciate if someone could also test this scenario with a real example aside the test case scenario.
Hi There,
I just got tripped by jade and I still haven't recovered. Having spent so much time to debug what the issue was, I found jade was the culprit.
Below is just an illustration of my code:
template(name="form")
if Template.subscriptionsReady
p Hehehe
For some reason eventhough subscriptions are ready I keep seeing Loading. When I convert to html/spacebars, it works fine.
I suspect that jade is not interpreting Template.subscriptionsReady correctly or it is not able to handle it.
Help!
The text was updated successfully, but these errors were encountered: