diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 5906e23f..0f3d57aa 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -11,7 +11,8 @@ 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` and the phone list appears in the browser. -* When you click on a phone link the stub of a phone detail page is displayed. +* 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.
@@ -132,11 +133,11 @@ __`app/index.html`:__