gulp-assetpaths icon indicating copy to clipboard operation
gulp-assetpaths copied to clipboard

templates set false but replace with url,but I don't want to be replaced.

Open BeckReed opened this issue 7 years ago • 0 comments

The demo is below: angularjs ng-src I don't want to be replace but the second gift.award_img_url has been to be replaced.

<div class="ui-col-tab"> <span class="company-logo"> <img ng-src="{{companyInfo.corp_sqare_log_url}}"> <img ng-src="{{gift.award_img_url}}" class="gift-img mr10 ml10"> </span> <span class="company-name">{{companyInfo.corp_name}}</span> </div>

BeckReed avatar Jan 30 '18 06:01 BeckReed