mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-20 20:58:33 +00:00
(js) Add missing dependency to Contact module
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
angular.module('SOGo.ContactsUI');
|
||||
}
|
||||
catch(e) {
|
||||
angular.module('SOGo.ContactsUI', ['SOGo.Common']);
|
||||
angular.module('SOGo.ContactsUI', ['SOGo.Common', 'SOGo.PreferencesUI']);
|
||||
}
|
||||
angular.module('SOGo.ContactsUI')
|
||||
.factory('AddressBook', AddressBook.$factory);
|
||||
|
||||
Reference in New Issue
Block a user