Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a98b4f commit d7d3ef1Copy full SHA for d7d3ef1
docs/content/tutorial/step_06.ngdoc
@@ -62,7 +62,7 @@ now-familiar double-curly brace binding in the `href` attribute values. In step
62
the element attribute.
63
64
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
+ng.directive:ngSrc ngSrc} directive. That directive prevents the
66
browser from treating the angular `{{ expression }}` markup literally, and initiating a request to
67
invalid url `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
68
specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
0 commit comments