mike-north/ember-cli-materialize

[Bug] Select doesn't tear its self down completely

Open

#86 建立於 2015年4月24日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (117 fork)batch import
bugfixed in materialize-v1.0.0help wantedv0

倉庫指標

Star
 (305 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南