Mark button for current page as active

fixes #232
This commit is contained in:
Andrew Miner
2016-05-04 21:27:23 -07:00
parent d2d904be7f
commit 51f566ebf1
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ module.exports = class SiteController extends BaseController
window.scrollTo 0, 0
@_headerController.model = controller: controller
@_headerController.model = controller: controller, page: page
@_currentPageController.user = @user
@_currentPageController.onWillShow()