I'd like to create an alias to outer `this` in my template. ``` {{#with this as |foo|} {{#each bar}} Foo: {{foo.baz}} bar: {{bar}} {{/each}} {{/with} ``` But the code above doesn't work... What am I doing wrong? Is `each` the only standard template that supports the `as ||` feature? Fiddle: http://jsfiddle.net/xmeq3x76/1/
I'd like to create an alias to outer
thisin my template.But the code above doesn't work... What am I doing wrong? Is
eachthe only standard template that supports theas ||feature?Fiddle: http://jsfiddle.net/xmeq3x76/1/