Merge pull request #938 from diwo/patch-1

Fix example using #with helper
This commit is contained in:
Kevin Decker
2015-01-15 10:57:23 -08:00
+1 -1
View File
@@ -134,7 +134,7 @@ into the person object you could still display the company's name with
an expression like `{{../company.name}}`, so:
```
{{#with person}}{{name}} - {{../company.name}}{{/person}}
{{#with person}}{{name}} - {{../company.name}}{{/with}}
```
would render: