Using ng-src so a request isn't made before angular compiles template (#15836) (#15845)

This commit is contained in:
Brandon Kobel 2018-01-04 07:40:06 -05:00 committed by GitHub
parent 55c2ca8d6b
commit e0cbb9e95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@
<img
alt="Image"
ng-if="conf.image && conf.value"
src="{{ conf.value }}"
ng-src="{{ conf.value }}"
class="advancedSettingsTableRowImage"
></img>
</span>