1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

add comments

This commit is contained in:
Tankred Hase 2013-09-11 20:02:50 +02:00
parent 4bd757acde
commit fc878876f4
2 changed files with 5 additions and 4 deletions

View File

@ -62,7 +62,8 @@ module.exports = function(grunt) {
all: {
options: {
urls: ['http://localhost:<%= connect.test.options.port %>/test/new-unit/index.html'],
run: false
run: false,
timeout: 20000
}
}
}

View File

@ -10,7 +10,7 @@
<div class="circle">
<div class="icon-delete"></div>
</div>
</div>
</div><!--/.buttons-->
<div class="read-message">
<p class="subject">{{selected.subject}}</p>
@ -24,11 +24,11 @@
CC: <span class="address" ng-repeat="t in selected.cc">{{t.address}} </span>
</p>
</div>
</div>
</div><!--/.address-headers-->
<div class="seperator-line"></div>
<div class="body">
<p ng-repeat="part in selected.bodyDisplayParts">{{part}}</p>
</div>
</div>
</div><!--/.read-message-->