-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
One-way default bindings #225
Comments
@theazureshadow Emblem will need to print out the
would be printed like this:
Emblem 0.5.0+ doesn't yet target HTMLBars syntax (it still uses |
That's a nice approach. So like HTMLBars, Emblem would use a slightly different syntax (possibly a |
Hey guys, is this working somehow with Emblem? Thanks. |
@bnetter we're blocked on angle bracket syntax landing in Ember. Til then, emblem bindings will behave as they do in Ember Handlebars/Glimmer when using curly |
Ember is moving to one-way bindings by default, if you use the new component syntax (which I don't think has landed yet). How can Emblem handle this transition, since its syntax doesn't need to change substantially?
The text was updated successfully, but these errors were encountered: