angularjs - Angular JS shows HTML within the tag -


मैं ng-bind-html-unsafe विशेषता का उपयोग करके टेम्पलेट के अंदर HTML सम्मिलित करने का प्रयास कर रहा हूं। लेकिन किसी कारण से यह काम नहीं कर रहा है।

मेरा कोड:

  & lt; tr class = "सफेद दो-बटन" एनजी-दोहराने = "(कुंजी, मान) में सिफारिशें | ओजोएस्फ़ाइलफ़िल्टर: ओजोसकोर | प्रासंगिकतासॉइलफिल्टर: प्रासंगिकता स्कोर | आदेशबी: विधेय: रिवर्स "& gt; & LT; टीडी & gt; & Lt; div ng-bind-html-unsafe = "value.button" & gt; & lt; / div & gt; & Lt; / टीडी & gt; & Lt; / टीआर & gt;   

मैं HTML को देख नहीं पा रहा हूं अगर मैं ng-bind-html-unsafe = "value.button" से ng-bind-html-unsafe = "{{value.button}}" बदलता हूं, तब यह HTML को दिखाता है लेकिन विशेषता के भीतर, ऐसा कुछ:

  & lt; div ng-bind-html-unsafe = "& amp; एक वर्ग = & amp; quot; action_hrefs पूर्ण चौड़ाई bgcolor10 बैंगनी फ्लैट-बटन फ्लैट-सफेद बटन बीटीएन & amp; quot; डेटा-मूल्य = & amp; quot; 947 & amp; quot; href = & amp; quot; # और amp; quot; और & gt; & amp; lt; i वर्ग = & amp; Quot; एफए-लॉ-लॉक & amp; amp; & quot; एंड।;; & Amp; लिफ्ट; / i & amp; gt; एंडैबिक अनलॉक & amp; लिफ्ट; / ए और;; "& gt; & lt; / div & gt;    

ठीक है मैंने इसके लिए समाधान पाया:

JS: < / P>

  $ scope.renderHtml = फ़ंक्शन (html_code) {वापसी $ sce.trustAsHtml (html_code); };   

HTML: <पूर्व> & lt; p ng-bind-html = "renderHtml (value.button)" & gt; & lt; / p & gt;

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -