mike-north/ember-cli-materialize

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

Open

#85 geöffnet am 24. Apr. 2015

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (117 Forks)batch import
bugfixed in materialize-v1.0.0help wantedv0

Repository-Metriken

Stars
 (305 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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