Addepar / ember-widgets

https://opensource.addepar.com/ember-widgets/#/ember-widgets/overview
Other
290 stars 79 forks source link

Use #each instead of a ContainerView when rendering popovers #329

Closed mmun closed 4 years ago

mmun commented 4 years ago

This PR refactors the render-popover component to use an #each block rather than a ContainerView in order to avoid a childViews deprecation.