We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faf508 commit e5d38a6Copy full SHA for e5d38a6
test-app/lib/eager-blog/addon/templates/application.hbs
@@ -1,6 +1,6 @@
1
<h3 class="title">Eager engine</h3>
2
3
<LinkTo @route="index" @current-when="index post" class="current-when-test-link">All Posts</LinkTo> |
4
-<LinkTo @route="post">Post 1</LinkTo>
+<LinkTo @route="post" @model={{1}}>Post 1</LinkTo>
5
6
{{outlet}}
0 commit comments