mike-north/ember-cli-materialize
Ver no GitHub[Bug] Navbar doesn't tear its self down completely
Open
#84 aberto em 24 de abr. de 2015
bugfixed in materialize-v1.0.0help wantedv0
Métricas do repositório
- Stars
- (305 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
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