Rename ng module SOGo.RootPage to SOGo.MainUI

pull/91/head
Francis Lachapelle 2014-09-05 15:23:35 -04:00
parent f321abc63a
commit 4f7a5d6ef5
2 changed files with 8 additions and 8 deletions

View File

@ -10,13 +10,13 @@
const:jsFiles="Common/SOGoAuthentication.js"
const:popup="YES"
><var:string var:value="doctype" const:escapeHTML="NO"/>
<div data-ng-app="SOGo.RootPage">
<div>
<div id="aboutBox" style="display:none;">
<div>
<p class="logo"><img const:alt="SOGo" rsrc:src="sogo-logo.png"/></p>
<p class="logo"><img const:alt="SOGo" rsrc:src="img/sogo-logo.png"/></p>
<p>Version <var:string value="version"/> <span class="buildDate">(<var:string value="buildDate" />)</span></p>
<p class="scroll"><var:string label:value="AboutBox" const:escapeHTML="NO"/></p>
<img const:alt="Inverse" rsrc:src="inverse.png"/>
<img const:alt="Inverse" rsrc:src="img/inverse.png"/>
<p class="links"><a href="http://sogo.nu/" target="_new">sogo.nu</a> /
<a href="http://inverse.ca/" target="_new">inverse.ca</a></p>
<p><a id="aboutClose" href="#" class="button">
@ -25,10 +25,10 @@
</div>
<nav class="top-bar">
<section class="top-bar-section">
<ul class="right">
<li><a href="#"><var:string label:value="About" /></a></li>
</ul>
</section>
<ul class="right">
<li><a href="#"><var:string label:value="About" /></a></li>
</ul>
</section>
</nav>
<div id="login">
<div id="logo">

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;