We build a master/detail page with a list of heroes
It Takes Many Heroes
Our story needs more heroes. We’ll expand our Tour of Heroes app to display a list of heroes, allow the user to select a hero, and display the hero’s details.
Run the live example for this part.
Let’s take stock of what we’ll need to display a list of heroes. First, we need a list of heroes. We want to display those heroes in the view’s template, so we’ll need a way to do that.
Where We Left Off
Before we continue with Par