John Cowen 143975e88a ui: Replace dom-buffering components with ember-stargate Portals (#8273)
* ui: Replace dom-buffering components with ember-stargate Portals
2020-07-09 13:30:45 +00:00

5 lines
162 B
Handlebars

<div>
<span><input id="modal_close" type="radio" name="modal" onchange={{action 'change'}} /></span>
<PortalTarget @name="modal" @multiple={{true}} />
</div>