Zachary Nicoll
Results
3
comments of
Zachary Nicoll
Actually, looks like this issue would be fixed by https://github.com/gigafied/ember-animate/pull/39.
:+1:
For now, I've implemented a quick, temporary fix with minimal overhead. I changed ``` js this.$el = this.$(); ``` to ``` js this.$el = this.tagName !== '' ? this.$() :...