Closed sunyu912 closed 6 years ago
I have fixed it in the tempalte pages, but we need to update it in all the other pages: "src" => "ng-src"
Change:
<div class="background-image-holder"> <img alt="background" src="{{cd.bgImageUrl}}" /> </div>
into:
<div class="background-image-holder"> <img alt="background" ng-src="{{cd.bgImageUrl}}" /> </div>
Updated "src" to "ng-src" for the bgImageUrl
Thanks Cassi!
I have fixed it in the tempalte pages, but we need to update it in all the other pages: "src" => "ng-src"
Change:
into: