Ravenstine / ember-custom-elements

The easiest way to render parts of your Ember app using custom elements.
MIT License
15 stars 4 forks source link

@__ARGS__? #5

Open Ravenstine opened 4 years ago

Ravenstine commented 4 years ago

This seems to be a thing:

<Checkbox @target={{this.caller}} @__ARGS__={{@__ARGS__}} ...attributes />

If it does what it appears to do, the template compiler can be greatly simplified.