example-mailbox: v4

This commit is contained in:
Yoshua Wuyts
2016-05-12 19:37:02 +07:00
parent e0bf7cb032
commit 56f335b71d
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -3,18 +3,18 @@ module.exports = {
messages: [
{
id: 1,
subject: 'Welcome to Ember',
from: 'tomster@emberjs.com',
subject: 'Welcome to Choo',
from: 'choochoo@choojs.com',
to: 'user@example.com',
date: new Date(),
body: 'Welcome to Ember. We hope you enjoy your stay'
body: 'Welcome to Choo. We hope you enjoy your stay'
}, {
id: 2,
subject: 'Great Ember Resources',
from: 'tomster@emberjs.com',
subject: 'Great Choo Resources',
from: 'choochoo@choojs.com',
to: 'user@example.com',
date: new Date(),
body: 'Have you seen embercasts.com? How about emberaddons.com?'
body: 'Have you seen choocasts.com? How about chooaddons.com?'
}
]
},