File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ the element attribute.
59
59
We also added phone images next to each record using an image tag with the {@link
60
60
ng.directive:ngSrc ngSrc} directive. That directive prevents the
61
61
browser 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}}">`).
64
64
Using the `ngSrc` directive prevents the browser from making an http request to an invalid location.
65
65
66
66
You can’t perform that action at this time.
0 commit comments