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

Subexpression support #123

Closed
Nthalk opened this issue Jan 7, 2014 · 1 comment · Fixed by #126
Closed

Subexpression support #123

Nthalk opened this issue Jan 7, 2014 · 1 comment · Fixed by #126

Comments

@Nthalk
Copy link

Nthalk commented Jan 7, 2014

I have not been able to insert subexpressions in the 0.3.9 release of the emblem-source.

I'm sure you will recognize the attempt:

li: link-to pagniator.page (query-params page=pagniator.page)

However, I'm stuck in handlebars land because emblem chokes on it.

I've attempted variations of the handlebars escape syntax

li: link-to pagniator.page {(query-params page=pagniator.page)}
li: link-to pagniator.page {{(query-params page=pagniator.page)}}

Is there something I'm missing or is this as of yet unimplemented?

@sherwinyu
Copy link

I ran into this also; I suspect it's unimplemented given that subexpression support was only recently merged in to Canary (handlebars-lang/handlebars.js#690).

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

Successfully merging a pull request may close this issue.

2 participants