Skip to content

Commit 9e68330

Browse files
mjomblejamesdaily
authored andcommitted
docs(tutorial/step-6): remove unused class="diagram"
Closes angular#5197
1 parent 92fda50 commit 9e68330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_06.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We also added phone images next to each record using an image tag with the {@lin
6464
api/ng.directive:ngSrc ngSrc} directive. That directive prevents the
6565
browser from treating the angular `{{ expression }}` markup literally, and initiating a request to
6666
invalid url `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
67-
specified an attribute binding in a regular `src` attribute (`<img class="diagram" src="{{phone.imageUrl}}">`).
67+
specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
6868
Using the `ngSrc` directive prevents the browser from making an http request to an invalid location.
6969

7070

0 commit comments

Comments
 (0)