docs(tutorial/step-7) - correct a url

Closes #9688
This commit is contained in:
Augustas
2014-10-20 12:08:46 +03:00
committed by Peter Bacon Darwin
parent 483ce91da2
commit b8f3ad4b21

View File

@@ -9,7 +9,7 @@
In this step, you will learn how to create a layout template and how to build an app that has
multiple views by adding routing, using an Angular module called 'ngRoute'.
* When you now navigate to `app/index.html`, you are redirected to `app/index.html#/phones`
* When you now navigate to `app/index.html`, you are redirected to `app/index.html/#/phones`
and the phone list appears in the browser.
* When you click on a phone link the url changes to one specific to that phone and the stub of a
phone detail page is displayed.