From acb499f820977df620fd5314c7dea9dd6bd51a10 Mon Sep 17 00:00:00 2001 From: Fernando Correia Date: Sun, 15 Jul 2012 13:18:42 -0300 Subject: docs(tutorial): correct typos and clarify a few sections --- docs/content/tutorial/step_07.ngdoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/content/tutorial/step_07.ngdoc') diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index a70d1287..3d24d205 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -19,7 +19,7 @@ detail page is displayed. The most important changes are listed below. You can see the full diff on {@link https://github.com/angular/angular-phonecat/compare/step-6...step-7 -GitHub}: +GitHub}. ## Multiple Views, Routing and Layout Template @@ -114,14 +114,14 @@ directive: __`app/index.html`:__
- + ...## Controllers -__`app/js/controller.js`:__ +__`app/js/controllers.js`:__
...
function PhoneDetailCtrl($scope, $routeParams) {
@@ -140,11 +140,12 @@ route into the layout template, which makes it a perfect fit for our `index.html
__`app/index.html`:__
-
+
...
+
@@ -234,7 +235,7 @@ to various URLs and verify that the correct view was rendered.
You can now refresh the browser tab with the end-to-end test runner to see the tests run, or you
can see them running on {@link
http://angular.github.com/angular-phonecat/step-7/test/e2e/runner.html
-angular's server}.
+Angular's server}.
# Experiments
--
cgit v1.2.3