Angularjs Dynamic Image Sources
Solution 1:
Use ng-src
to avoid strange undeliverable requests being made by browser.
Once the expression in ng-src
is resolved, it will update the src
for the tag,
<imgng-src="{{twt.display}}"/>
Use ng-src
to avoid strange undeliverable requests being made by browser.
Once the expression in ng-src
is resolved, it will update the src
for the tag,
<imgng-src="{{twt.display}}"/>
Post a Comment for "Angularjs Dynamic Image Sources"