mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
(fix) fixed icons and controller regarding mailbox delegates
This commit is contained in:
@@ -33,16 +33,15 @@
|
||||
escapeToClose: true,
|
||||
locals: {
|
||||
User: User,
|
||||
account: account,
|
||||
$q: $q
|
||||
account: account
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* @ngInject
|
||||
*/
|
||||
MailboxDelegationController.$inject = ['$scope', '$mdDialog', 'User', 'account', '$q'];
|
||||
function MailboxDelegationController($scope, $mdDialog, User, account, $q) {
|
||||
MailboxDelegationController.$inject = ['$scope', '$mdDialog', 'User', 'account'];
|
||||
function MailboxDelegationController($scope, $mdDialog, User, account) {
|
||||
var vm = this;
|
||||
|
||||
vm.users = account.delegates;
|
||||
|
||||
Reference in New Issue
Block a user