Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Document that nested @each does not work #653

Merged
merged 1 commit into from
Aug 28, 2013
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ todos.pushObject(todo);
App.todosController.get('remaining');
// 1
```

Note that `@each` only works one level deep. You cannot use nested forms like
`[email protected]` or `[email protected][email protected]`.