tylerturdenpants / ember-attacher

Native tooltips and popovers for Ember.js
https://tylerturdenpants.github.io/ember-attacher/
MIT License
82 stars 44 forks source link

use class instead of popperClass #41

Closed kybishop closed 7 years ago

kybishop commented 7 years ago

Just like in ember-popper. This can be done by making the component tagless and simply passing the class to the ember-popper instance.

kybishop commented 7 years ago

I have a working branch that both makes ember-attacher tagless and switches popperClass to class. Blocked on https://github.com/kybishop/ember-popper/pull/31

kybishop commented 7 years ago

Implemented in #45