From 1b34c6d558ab2c138d9e432553f4aebfdeeb5084 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Wed, 18 Jul 2012 15:55:52 -0300 Subject: doc(misc) Mention how attribute names map to directive names. --- docs/content/tutorial/step_06.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 84c97bab..0df5681b 100644 --- a/docs/content/tutorial/step_06.ngdoc +++ b/docs/content/tutorial/step_06.ngdoc @@ -65,7 +65,7 @@ api/ng.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 (``). -Using `ngSrc` (`ng-src`) prevents the browser from making an http request to an invalid location. +Using the `ngSrc` directive prevents the browser from making an http request to an invalid location. ## Test -- cgit v1.2.3