From 4f632174ce5f5c401e406ec472b8cdcefa7d39de Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 16 Jan 2015 23:26:59 -0500 Subject: [PATCH] Initial integration of ngMaterial in Contacts --- .../ContactsUI/UIxContactFoldersView.wox | 178 ++++++++++-------- UI/WebServerResources/js/ContactsUI.js | 3 +- 2 files changed, 101 insertions(+), 80 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 4063ee3bc..8bfe8672b 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -16,6 +16,7 @@ var contactFolders = ; +

+

!- empty -


@@ -48,21 +49,22 @@ + + -->
-
+
- -
diff --git a/UI/WebServerResources/js/ContactsUI.js b/UI/WebServerResources/js/ContactsUI.js index 0b2bc6fbd..b24f58c23 100644 --- a/UI/WebServerResources/js/ContactsUI.js +++ b/UI/WebServerResources/js/ContactsUI.js @@ -6,12 +6,13 @@ angular.module('SOGo.Common', []); - angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'mm.foundation', 'vs-repeat', 'SOGo.Common', 'SOGo.UIDesktop']) + angular.module('SOGo.ContactsUI', ['ngSanitize', 'ui.router', 'mm.foundation', 'vs-repeat', 'SOGo.Common', 'SOGo.UI', 'SOGo.UIDesktop']) .constant('sgSettings', { baseURL: ApplicationBaseURL, activeUser: { login: UserLogin, + identification: UserIdentification, language: UserLanguage, folderURL: UserFolderURL, isSuperUser: IsSuperUser