Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shared: true ? #3

Open
lgandecki opened this issue Jun 30, 2015 · 0 comments
Open

shared: true ? #3

lgandecki opened this issue Jun 30, 2015 · 0 comments

Comments

@lgandecki
Copy link

Is {shared: true} actually used anywhere? I can't see it in the code..

Also, did you think of how to get this work when helpers are called with parameters?
I refactored this a bit so it works with parameters.. but then the last call to a helper changes the values for all

For example, if I have a helperName in a template like so:

{{helperName "test"}}
{{helperName "test2"}}

both helpers endup returning the result of {{helperName "test2"}}

I thought the shared: false could help with this..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant