mike-north/ember-cli-materialize

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

Open

#85 创建于 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 Materialize code registers various listeners, which should be torn down in the component's willDestroyElement hook

this.$('.parallax').parallax();

Potentially this will entail adding some "cleanup" methods to the Materialize project, which can then be called by this component

贡献者指南