(feat) initial support for contact import in the address book module

This commit is contained in:
Ludovic Marcotte
2015-08-21 20:56:21 -04:00
parent 0a8834193f
commit 85c8aebbd4
4 changed files with 95 additions and 71 deletions
@@ -4,7 +4,7 @@
(function() {
'use strict';
angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'SOGo.Common', 'SOGo.PreferencesUI'])
angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'angularFileUpload', 'SOGo.Common', 'SOGo.PreferencesUI'])
.config(configure)
.run(runBlock);