mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-04 11:11:05 +01:00
fix(core menu): Menuize the account routes so they can be added to by submodules
Newlines fix Removed Comment
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user