Answers for "why iframe dont work in anglure"

0

why iframe dont work in anglure

Have you tried using the ng-src attribute?

If the link is an external resource, you will need to configure the $sce service to trust the url.

<iframe ng-src="http://www.gravatar.com/avatar/{{item.id}}" ></iframe>
Posted by: Guest on January-13-2022

Code answers related to "why iframe dont work in anglure"

Browse Popular Code Answers by Language