ember-polyfills / ember-angle-bracket-invocation-polyfill

MIT License
76 stars 33 forks source link

Add ...attributes support for non-component elements. #9

Closed rwjblue closed 6 years ago

rwjblue commented 6 years ago

Supports setting any angle bracket invocation arguments on the element within the component's template via:

<div ...attributes></div>