ember-cli-materialize icon indicating copy to clipboard operation
ember-cli-materialize copied to clipboard

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

Open mike-north opened this issue 10 years ago • 1 comments

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

mike-north avatar Apr 24 '15 07:04 mike-north

Will use .destroy() method for this http://next.materializecss.com/parallax.html#methods

jacobq avatar Jan 24 '18 18:01 jacobq