From 8e2675029f5ca404a7c649cc161df3ea642d941f Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Sat, 28 Apr 2012 22:45:28 -0700
Subject: chore(docs): re-skin main documentation
---
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 770a47de..524b6a01 100644
--- a/docs/content/tutorial/step_06.ngdoc
+++ b/docs/content/tutorial/step_06.ngdoc
@@ -2,7 +2,7 @@
@name Tutorial: 6 - Templating Links & Images
@description
-
+
In this step, you will add thumbnail images for the phones in the phone list, and links that, for
@@ -10,7 +10,7 @@ now, will go nowhere. In subsequent steps you will use the links to display addi
about the phones in the catalog.
-
+
You should now see links and images of the phones in the list.
@@ -64,7 +64,7 @@ We also added phone images next to each record using an image tag with the {@lin
api/angular.module.ng.$compileProvider.directive.ngSrc ngSrc} directive. That directive prevents the
browser from treating the angular `{{ expression }}` markup literally, and initiating a request to
invalid url `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
-specified an attribute binding in a regular `src` attribute (`
`).
+specified an attribute binding in a regular `src` attribute (`
`).
Using `ngSrc` (`ng-src`) prevents the browser from making an http request to an invalid location.
@@ -103,4 +103,4 @@ Now that you have added phone images and links, go to {@link step_07 step 7} to
layout templates and how angular makes it easy to create applications that have multiple views.
-
+
--
cgit v1.2.3