From 3e54a1b18ab698d55e1642a120f95ea3adf6af1b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 29 Jul 2011 12:40:14 -0700 Subject: doc(tutorial): fixes and improvements from Toni and Ben --- docs/content/tutorial/step_06.ngdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/content/tutorial/step_06.ngdoc') diff --git a/docs/content/tutorial/step_06.ngdoc b/docs/content/tutorial/step_06.ngdoc index aa628a5d..45e667de 100644 --- a/docs/content/tutorial/step_06.ngdoc +++ b/docs/content/tutorial/step_06.ngdoc @@ -58,11 +58,11 @@ __`app/index.html`:__ To dynamically generate links that will in the future lead to phone detail pages, we used the now-familiar {@link guide/dev_guide.compiler.markup double-curly brace markup} in the `href` attribute values. In step 2, we added the `{{phone.name}}` binding as the element content. In this -step the '{{phone.id}}' binding is used in the element attribute. +step the `{{phone.id}}` binding is used in the element attribute. We also added phone images next to each record using an image tag with the {@link api/angular.directive.ng:src ng:src} directive. That directive prevents the browser from treating -the angular `{{ exppression }}` markup literally, which it would have done if we had only specified +the angular `{{ expression }}` markup literally, which it would have done if we had only specified an attribute binding in a regular `src` attribute (``). Using `ng:src` prevents the browser from making an http request to an invalid location. @@ -98,8 +98,8 @@ making an extraneous request to `/app/%7B%7Bphone.imageUrl%7D%7D` (or # Summary -Now that you have added phone images and links, go to step 7 to learn about angular layout -templates and how angular makes it easy to create applications that have multiple views. +Now that you have added phone images and links, go to {@link step_07 step 7} to learn about angular +layout templates and how angular makes it easy to create applications that have multiple views. -- cgit v1.2.3