That's enough for now. At this point, not only can we mark todos as complete, but we can clear them as well. Now the only thing left to wire up the footer are the three filtering links: "All", "Active", and "Completed". We'll do that in the next article, using Routing....footer component, we need to generate a class for the footer. Enter...command to do so: bash ember generate component-class footer Next...