0



controller.js に含まれていますが、まだチェックマーク レポートでは、脆弱な問題が ngsanitize doc に基づいてさまざまな解決策を試みても解決できないことが示されています。私は何を間違っていますか。

    TdcReviewCtrlScope.getPharmelement = function(pharma, propEle) {
        var el  = utilities.has(TdcReviewCtrlScope.pharmAddresses[pharma].location,propEle) ?  TdcReviewCtrlScope.pharmAddresses[pharma].location[propEle] : ''; 
        return $sce.trustAsHtml((propEle === 'pharmPhone') ? JSON.stringify(el) : el); 
    };

html




4

0 に答える 0