mike-north/ember-cli-materialize
GitHub で見る[Bug] Select doesn't tear its self down completely
Open
#86 opened on 2015年4月24日
bugfixed in materialize-v1.0.0help wantedv0
説明
The following code in the {{md-select}} component registers some listeners when the Materialize javascript is called
this.$('select').material_select();
Anything registered by this code needs to be cleaned up in the component's willDestroyElement hook