mike-north/ember-cli-materialize

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

Open

#85 opened on Apr 24, 2015

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (117 forks)batch import
bugfixed in materialize-v1.0.0help wantedv0

Repository metrics

Stars
 (305 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide