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.
1 parent 8ec126f commit ba73b08Copy full SHA for ba73b08
test/fixtures/3.13/input/app/templates/application.hbs
@@ -1,7 +1,7 @@
1
{{not false}}
2
3
-{{#if (not this.foo)}}
4
- {{this.foo}}
+{{#if (not foo)}}
+ {{foo}}
5
{{/if}}
6
7
{{outlet}}
0 commit comments