ember-cli-materialize
ember-cli-materialize copied to clipboard
[Bug] Parallax doesn't tear its self down completely
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
Will use .destroy() method for this http://next.materializecss.com/parallax.html#methods