mike-north/ember-cli-materialize
Voir sur GitHub[Bug] Parallax doesn't tear its self down completely
Open
#85 ouverte le 24 avr. 2015
bugfixed in materialize-v1.0.0help wantedv0
Métriques du dépôt
- Stars
- (305 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
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