File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ the element attribute.
5959We also added phone images next to each record using an image tag with the {@link
6060ng.directive:ngSrc ngSrc} directive. That directive prevents the
6161browser from treating the Angular `{{ expression }}` markup literally, and initiating a request to
62- invalid URL `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had only
63- specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
62+ an invalid URL `http://localhost:8000/app/{{phone.imageUrl}}`, which it would have done if we had
63+ only specified an attribute binding in a regular `src` attribute (`<img src="{{phone.imageUrl}}">`).
6464Using the `ngSrc` directive prevents the browser from making an http request to an invalid location.
6565
6666
You can’t perform that action at this time.
0 commit comments