We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483ce91 commit b8f3ad4Copy full SHA for b8f3ad4
docs/content/tutorial/step_07.ngdoc
@@ -9,7 +9,7 @@
9
In this step, you will learn how to create a layout template and how to build an app that has
10
multiple views by adding routing, using an Angular module called 'ngRoute'.
11
12
-* 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`
13
and the phone list appears in the browser.
14
* When you click on a phone link the url changes to one specific to that phone and the stub of a
15
phone detail page is displayed.
0 commit comments