Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 800924d

Browse files
author
Arthur Evans
committed
Updated silly messages.
1 parent 3426f56 commit 800924d

2 files changed

Lines changed: 21 additions & 28 deletions

File tree

api/posts.json

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"uid": 1,
4-
"text" : "Have you heard about the Web Components revolution?.",
4+
"text" : "Have you heard about the Web Components revolution?",
55
"username" : "Eric",
66
"avatar" : "../images/avatar-01.svg",
77
"favorite": false
@@ -15,51 +15,44 @@
1515
},
1616
{
1717
"uid": 3,
18-
"text" : "So last year.",
19-
"username" : "Dmitri",
18+
"text" : "So last year...",
19+
"username" : "Dimitri",
2020
"avatar" : "../images/avatar-03.svg",
2121
"favorite": false
2222
},
23-
{
23+
{
2424
"uid": 4,
25-
"text" : "In the Pines",
26-
"username" : "John Doe",
27-
"avatar" : "../images/avatar-04.svg",
25+
"text" : "Pretty sure I came up with that first.",
26+
"username" : "Ada",
27+
"avatar" : "../images/avatar-07.svg",
2828
"favorite": false
2929
},
30-
{
30+
{
3131
"uid": 5,
32-
"text" : "Banks of the Ohio",
33-
"username" : "John Doe",
34-
"avatar" : "../images/avatar-05.svg",
32+
"text" : "Yo, I heard you like components, so I put a component in your component.",
33+
"username" : "Grace",
34+
"avatar" : "../images/avatar-08.svg",
3535
"favorite": false
3636
},
3737
{
3838
"uid": 6,
39-
"text" : "Something really profound about code.",
40-
"username" : "A. Developer",
41-
"avatar" : "../images/avatar-06.svg",
39+
"text" : "Centralize, centrailize.",
40+
"username" : "John",
41+
"avatar" : "../images/avatar-04.svg",
4242
"favorite": false
4343
},
4444
{
4545
"uid": 7,
46-
"text" : "Blue Night",
47-
"username" : "John Doe",
48-
"avatar" : "../images/avatar-07.svg",
46+
"text" : "Has anyone seen my cat?",
47+
"username" : "Zelda",
48+
"avatar" : "../images/avatar-06.svg",
4949
"favorite": false
5050
},
5151
{
5252
"uid": 8,
53-
"text" : "Foggy Mountain Top",
54-
"username" : "John Doe",
55-
"avatar" : "../images/avatar-08.svg",
56-
"favorite": false
57-
},
58-
{
59-
"uid": 9,
60-
"text" : "Blackberry Blossom",
61-
"username" : "John Doe",
62-
"avatar" : "../images/avatar-09.svg",
53+
"text" : "Decentralize!",
54+
"username" : "Norbert",
55+
"avatar" : "../images/avatar-05.svg",
6356
"favorite": false
6457
}
6558
]

post-service/post-service.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</style>
5757
<core-ajax id="ajax"
5858
auto
59-
url="/api/posts.json"
59+
url="../api/posts.json"
6060
on-core-response="{{postsLoaded}}"
6161
handleAs="json">
6262
</core-ajax>

0 commit comments

Comments
 (0)