mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:16:03 +02:00
feat(core): add icon for menu item
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
function HeaderController($scope, $state, $timeout, $translate, Authentication, menuService, MeanTorrentConfig, localStorageService, ScoreLevelService,
|
||||
InvitationsService, $interval, MessagesService, TorrentsService, UsersService, mtDebug) {
|
||||
$scope.$state = $state;
|
||||
var vm = this;
|
||||
vm.user = Authentication.user;
|
||||
vm.language = MeanTorrentConfig.meanTorrentConfig.language;
|
||||
|
||||
Reference in New Issue
Block a user