Rename ng module SOGo.RootPage to SOGo.MainUI

This commit is contained in:
Francis Lachapelle
2014-09-05 15:23:35 -04:00
parent 1a0d911371
commit 321dd80b35
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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;