Rename ng module SOGo.RootPage to SOGo.MainUI

This commit is contained in:
Francis Lachapelle
2014-09-05 15:23:35 -04:00
parent 780c5817cd
commit beba150936
2 changed files with 8 additions and 8 deletions

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;