mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 06:37:07 +02:00
fix(invitations): fix $timeout will be inject
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
.controller('AdminInvitationController', AdminInvitationController);
|
||||
|
||||
AdminInvitationController.$inject = ['$scope', '$state', 'Authentication', 'InvitationsService', 'NotifycationService', 'DebugConsoleService', '$translate',
|
||||
'MeanTorrentConfig', '$filter'];
|
||||
'MeanTorrentConfig', '$filter', '$timeout'];
|
||||
|
||||
function AdminInvitationController($scope, $state, Authentication, InvitationsService, NotifycationService, mtDebug, $translate,
|
||||
MeanTorrentConfig, $filter) {
|
||||
MeanTorrentConfig, $filter, $timeout) {
|
||||
var vm = this;
|
||||
vm.user = Authentication.user;
|
||||
vm.announce = MeanTorrentConfig.meanTorrentConfig.announce;
|
||||
|
||||
Reference in New Issue
Block a user