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

Commit 0c0bc67

Browse files
committed
small fix on books demo
1 parent 640c591 commit 0c0bc67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/demo/books/books.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class BooksController {
3636
// TEST 1
3737
// this test merge data with cache (this not include author or photos)
3838
console.log('BooksRequest#1 received (author data from server)',
39-
(<IDataResource>this.books[1].relationships.author.data).attributes
39+
(<IDataResource>this.books[2].relationships.author.data).attributes
4040
);
4141

4242
console.log('BooksRequest#2 requested');

0 commit comments

Comments
 (0)