kalcifer / ember-dragula

Simple drag and drop with dragula and ember
MIT License
27 stars 17 forks source link

imports fixed; lifecycle updated #16

Closed iterpugov closed 8 years ago

iterpugov commented 8 years ago

Fixes bower components imports (https://github.com/kalcifer/ember-dragula/issues/15). Additionally refactored components life cycle to reflect https://guides.emberjs.com/v2.3.0/components/the-component-lifecycle/ . Previous version produced ember-views.render-double-modify warnings on Ember 2.0.1 because of executing this.set('drake', window.dragula(options)) in ember-dragula.js willInsertElement hook.

danilovaz commented 8 years ago

any news about this PR? I have the same error with this addon