I’ve been finding issues in an Ember application I’m working on where the author (me) didn’t fully grasp Ember controllers. Here are a few controller concepts I’ve learned.
In this example I’m going to show a list of items and let the user select one at a time. This is a pretty common use case where controllers shine.
First we’ll setup a route with some dummy data and render a list of names.
Your new post is loading...