feat(users): show scoreLevel on admin manage user view

This commit is contained in:
OldHawk
2017-06-12 12:16:57 +08:00
parent 711bc12a23
commit 5b79b720ed
6 changed files with 13 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
.controller('HeaderController', HeaderController);
HeaderController.$inject = ['$scope', '$state', '$stateParams', '$translate', 'Authentication', 'menuService', 'MeanTorrentConfig', 'localStorageService',
'ScoreLevelService'];
'ScoreLevelService'];
function HeaderController($scope, $state, $stateParams, $translate, Authentication, menuService, MeanTorrentConfig, localStorageService, ScoreLevelService) {
var vm = this;