mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +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);
|
||||
|
||||
@@ -62,7 +62,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('Card', Card.$factory);
|
||||
|
||||
Reference in New Issue
Block a user