fix(core menu): Menuize the account routes so they can be added to by submodules

Newlines fix

Removed Comment
This commit is contained in:
Andrew Throener
2016-01-19 19:36:15 -06:00
parent 3ab760a1e0
commit 48eabd02ed
3 changed files with 50 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ angular.module('core').controller('HeaderController', ['$scope', '$state', 'Auth
// Get the topbar menu
$scope.menu = Menus.getMenu('topbar');
// Get the account menu
$scope.accountMenu = Menus.getMenu('account').items[0];
// Toggle the menu items
$scope.isCollapsed = false;
$scope.toggleCollapsibleMenu = function () {