Initial AngularJS version of Webmail (desktop)

This commit is contained in:
Francis Lachapelle
2015-06-11 15:40:22 -04:00
parent 1c9da902d3
commit 2f17e94fef
14 changed files with 995 additions and 169 deletions
+2 -3
View File
@@ -4,6 +4,7 @@
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:label="OGo:label"
xmlns:uix="OGo:uix"><var:string var:value="doctype" const:escapeHTML="NO" />
<div id="modalACL">
<h2><var:string label:value="Access Rights"/> - <em>{{addressbook.name}}</em></h2>
@@ -54,9 +55,7 @@
</li>
<!-- right side -->
<li id="AccessRightList" data-ng-show="selectedUser">
<div class="title">
{{selectedUser.$shortFormat()}}
</div>
<h1>{{selectedUser.$shortFormat({email: false})}}</h1>
<div data-ng-include="'userRights.html'"><!-- load template from main wox --></div>
</li>
</ul>