mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 14:59:30 +00:00
Rename ng module SOGo.RootPage to SOGo.MainUI
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
angular.module('SOGo.RootPage', ['SOGo.Authentication'])
|
||||
angular.module('SOGo.MainUI', ['SOGo.Authentication'])
|
||||
|
||||
.controller('loginController', ['$scope', 'Authentication', function($scope, Authentication) {
|
||||
$scope.warning = false;
|
||||
|
||||
Reference in New Issue
Block a user