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

Placing a $ before an expression breaks twiddle #492

Closed
sheriffderek opened this issue Nov 2, 2016 · 0 comments
Closed

Placing a $ before an expression breaks twiddle #492

sheriffderek opened this issue Nov 2, 2016 · 0 comments

Comments

@sheriffderek
Copy link

When making a little example, I used a ${{expression}} and the page went white. Here is the example. If you move the dollar sign adjacent to the expression you will see the outcome. Other characters didn't seems to make a differenct.

https://ember-twiddle.com/39a52179f284058e598c5df36477ebe0?numColumns=2&openFiles=styles.app.css%2Ctemplates.application.hbs

This is fine

<div class='output'>
  $
  {{totalCost}}
</div>

This breaks the twiddle

<div class='output'>
  ${{totalCost}}
</div>
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