Showing Something on the Index Page
In this lesson, you’ll learn how to show the list of bands on the index page of our app.
Remember, since we connect the app to a remote back-end, we have to pass the proxy
option to start the Ember server using following command:
ember s --proxy=http://json-api.rockandrollwithemberjs.com
Only header at the root of application
When we visit the root of our application, nothing is shown except the header:
Showing a list of bands on the root
In this case, we want to show the list of ...
Access this course and 1400+ top-rated courses and projects.