Make the default page of the website an angular app. The default page should have the title of the application (for now, Farseer) at the center top in bold lettering.
On loading of the default page, have angular automatically redirect to a 'players' route. The players route should render the names of all the players as a list.
For now, the players can be hardcoded in the angular code. Later these will need to come from the server.
Make the default page of the website an angular app. The default page should have the title of the application (for now, Farseer) at the center top in bold lettering.
On loading of the default page, have angular automatically redirect to a 'players' route. The players route should render the names of all the players as a list.
For now, the players can be hardcoded in the angular code. Later these will need to come from the server.