gulp-assetpaths
gulp-assetpaths copied to clipboard
templates set false but replace with url,but I don't want to be replaced.
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>