From c58e87b40cc93a8e9c01e90150548d78ebec0295 Mon Sep 17 00:00:00 2001 From: Augustas Date: Mon, 20 Oct 2014 12:08:46 +0300 Subject: [PATCH] docs(tutorial/7 - Routing --- docs/content/tutorial/step_07.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index c4a74e11828f..210f5d0bd058 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -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.