mike-north/ember-cli-materialize

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

Open

#86 aperta il 24 apr 2015

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (117 fork)batch import
bugfixed in materialize-v1.0.0help wantedv0

Metriche repository

Star
 (305 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

The following code in the {{md-select}} component registers some listeners when the Materialize javascript is called

this.$('select').material_select();

Anything registered by this code needs to be cleaned up in the component's willDestroyElement hook

Guida contributor