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 understand that we cannot use mixins in this implementation of Jade, so I am trying to use templates, but I have hit a stumbling block.
As you can see here: http://stackoverflow.com/questions/31817073/meteor-passing-array-parameter-to-template I am trying to pass arguments to a template to avoid having to recreate the same code many times.
To do this, I need to be able to pass an array to the template.
Is there anychance that this Jade implementation could help me here? I have tried a number of things but no success so far.
Thanks in advance.
Seb
The text was updated successfully, but these errors were encountered:
I know it's probably late to help you with the above, but I might leave some hint for future.
I am searching for the same thing and no luck as well. My workaround is to pass a string (concatenated array) and then split it inside onCreated function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I understand that we cannot use mixins in this implementation of Jade, so I am trying to use templates, but I have hit a stumbling block.
As you can see here: http://stackoverflow.com/questions/31817073/meteor-passing-array-parameter-to-template I am trying to pass arguments to a template to avoid having to recreate the same code many times.
To do this, I need to be able to pass an array to the template.
Is there anychance that this Jade implementation could help me here? I have tried a number of things but no success so far.
Thanks in advance.
Seb
The text was updated successfully, but these errors were encountered: