mirror of
https://github.com/moparisthebest/mail
synced 2025-02-07 10:30:18 -05:00
demo data works again too
This commit is contained in:
parent
cb8314f9d0
commit
fa5c43d7cf
@ -24,7 +24,7 @@ define(function(require) {
|
||||
});
|
||||
};
|
||||
|
||||
if (false) {
|
||||
if (true) {
|
||||
createDummyMails(function(emails) {
|
||||
$scope.emails = emails;
|
||||
$scope.select($scope.emails[0]);
|
||||
@ -109,7 +109,7 @@ define(function(require) {
|
||||
this.to = [{
|
||||
address: 'max.musterman@gmail.com'
|
||||
}]; // list of receivers
|
||||
this.attachments = attachments;
|
||||
this.attachments = (attachments) ? [true] : undefined;
|
||||
this.unread = unread;
|
||||
this.displayDate = '23.08.13';
|
||||
this.longDisplayDate = 'Wednesday, 23.08.2013 19:23';
|
||||
|
Loading…
Reference in New Issue
Block a user