We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 624a366 + 452848a commit 741a18aCopy full SHA for 741a18a
1 file changed
addon/tests/unit/setup-application-context-test.js
@@ -78,7 +78,7 @@ module('setupApplicationContext', function (hooks) {
78
{{outlet}}
79
`,
80
'template:links-to-slow': hbs`{{#link-to "slow" class="to-slow"}}to slow{{/link-to}}`,
81
- 'template:posts/post': hbs`<div class="post-id">{{model.post_id}}</div>`,
+ 'template:posts/post': hbs`<div class="post-id">{{this.model.post_id}}</div>`,
82
};
83
}
84
0 commit comments