mike-north/ember-cli-materialize

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

Open

#84 ouverte le 24 avr. 2015

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (117 forks)batch import
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

Calling the Materialize javascript

this.$('.button-collapse').sideNav({
  closeOnClick: true
});

Sets up some click listeners, which should be torn down in the component's willDestroyElement hook. Potentially this means enhancing the upstream Materialize project, or writing some ember-idiomatic code that does the same thing

Guide contributeur