Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/0.7/References.md.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ By using `../../name` instead of `name`, we're saying 'go up one level (to `post

### Root references

You can also navigate directly from the top of the data hierarchy with `~/`. Note that this is the root of the ractive instance in which the template appears, not the entire view hierarchy of nested components.
You can also navigate directly from the top of the data hierarchy with `~/`.

The above example could also use a root reference:

Expand All @@ -178,4 +178,6 @@ The above example could also use a root reference:
\{{/posts}}
</ul>
```
Note that if you are in a component, the `~/` denotes the root of the component, not the enclosing ractive instance.