FIX: hitting = should show the hamburger menu

This commit is contained in:
Robin Ward 2015-08-27 13:37:41 -04:00
parent d7b43ce238
commit 2589a75c46

View file

@ -173,7 +173,7 @@ export default {
},
toggleHamburgerMenu() {
this.container.lookup('controller:application').send('toggleHamburgerMenu');
this.container.lookup('controller:header').send('toggleHamburgerMenu');
},
showCurrentUser() {