Skip to content

Conversation

@tchak
Copy link
Member

@tchak tchak commented Jan 6, 2013

This a proposition based on #1664 but using container api

```
var ControllerClass = Em.Controller.extend();
var controller = Em.ArrayController.create({ content: Em.A([0, 1]) });

controller.objectAtContent(0);               // an instance of ControllerClass
controller.objectAtContent(0).get('content') // 0
```

This partially addresses emberjs#1637, but makes no attempt at supporting reusable
views.
@wycats wycats closed this Jan 8, 2013
ef4 pushed a commit that referenced this pull request Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants