mike-north/ember-cli-materialize

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

Open

#84 创建于 2015年4月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (305 star) (117 fork)batch import
bugfixed in materialize-v1.0.0help wantedv0

描述

Calling the Materialize javascript

this.$('.button-collapse').sideNav({
  closeOnClick: true
});

Sets up some click listeners, which should be torn down in the component's willDestroyElement hook. Potentially this means enhancing the upstream Materialize project, or writing some ember-idiomatic code that does the same thing

贡献者指南

[Bug] Navbar doesn't tear its self down completely · mike-north/ember-cli-materialize#84 | Good First Issue