Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(tutorial/step_06): fix url-based links refs to AUTO module #6388

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_06.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ now-familiar double-curly brace binding in the `href` attribute values. In step
the element attribute.

We also added phone images next to each record using an image tag with the {@link
api/ng.directive:ngSrc ngSrc} directive. That directive prevents the
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 (`<img src="{{phone.imageUrl}}">`).
Expand Down