mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 19:39:43 +00:00
Initial Sass and JavaScript files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
angular.module('SOGo', ['ngRoute', 'ngSanitize', 'mm.foundation', 'mm.foundation.offcanvas'])
|
||||
.constant('sgSettings', {
|
||||
'baseURL': '/SOGo/so/francis/Contacts'
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user