What is a good way to do this in Ember 2.0? (No itemController, no ArrayController)

@caleb Sorry for causing any confusion. This is more of a discussion about what things will look like in 2.0 land.

Because the current {{input]} helper was developed for a two-way-bindings world, it makes this example tricky.

Let’s just use a simple click event on a <p> tag. Hopefully this is a clearer example of data down, actions up: