ngSrc (directive)
Improve this Doc View Source ngSrc
- directive in module ng
Using Angular markup like {{hash}}
in a src
attribute doesn't work right: The browser will fetch from the URL with the literal text {{hash}}
until Angular replaces the expression inside {{hash}}
. The ngSrc<