(feat) can now create mails from address book module

This commit is contained in:
Ludovic Marcotte
2015-08-27 11:01:23 -04:00
parent d9d59c6b52
commit d878c69c15
7 changed files with 104 additions and 16 deletions
@@ -4,7 +4,7 @@
(function() {
'use strict';
angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'angularFileUpload', 'SOGo.Common', 'SOGo.PreferencesUI'])
angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'angularFileUpload', 'ck', 'SOGo.Common', 'SOGo.PreferencesUI', 'SOGo.MailerUI'])
.config(configure)
.run(runBlock);