Skip to content

Commit d7d3ef1

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(tutorial/step_06): fix url-based links refs to AUTO module
Closes angular#6388
1 parent 1a98b4f commit d7d3ef1

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
@@ -62,7 +62,7 @@ now-familiar double-curly brace binding in the `href` attribute values. In step
6262
the element attribute.
6363

6464
We also added phone images next to each record using an image tag with the {@link
65-
api/ng.directive:ngSrc ngSrc} directive. That directive prevents the
65+
ng.directive:ngSrc ngSrc} directive. That directive prevents the
6666
browser from treating the angular `{{ expression }}` markup literally, and initiating a request to
6767
invalid url `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
6868
specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).

0 commit comments

Comments
 (0)