feat(core): add icon for menu item

This commit is contained in:
OldHawk
2018-03-17 18:20:53 +08:00
parent 7a751921d1
commit b249186a9a
21 changed files with 222 additions and 89 deletions

View File

@@ -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;