Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Commit cd62d1f

Browse files
committed
fixes router link, issue on github.com/NativeScript/nativescript-angular/ follows
1 parent 1c455a7 commit cd62d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/book-list/book-list.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<StackLayout class="bm-book-list-item item"
88
*ngFor="let b of books"
99
[book]="b"
10-
[nsRouterLink]="b.isbn">
10+
[nsRouterLink]="['books', b.isbn]">
1111
</StackLayout>
1212
<ActivityIndicator [busy]="!books"></ActivityIndicator>
1313
<Label *ngIf="books && !books.length" text="Es wurden noch keine Bücher eingetragen."></Label>

0 commit comments

Comments
 (0)