(fix) small syntax error

pull/91/head
Ludovic Marcotte 2015-07-04 07:36:15 -04:00
parent b948384ec9
commit 01750fa98e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
* @ngInject
*/
MailboxACLController.$inject = ['$scope', '$mdDialog', 'usersWithACL', 'User', 'folder'];
function MailboxACLController($scope, $mdDialog, usersWithACL, User, folder {
function MailboxACLController($scope, $mdDialog, usersWithACL, User, folder) {
var vm = this;
vm.users = usersWithACL; // ACL users