Mike пре 7 година
родитељ
комит
55ef293c53
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      miaomiao/www/templates/home/dream-detail.html

+ 1 - 2
miaomiao/www/templates/home/dream-detail.html

xqd
@@ -56,8 +56,7 @@
                 </div>
                 <div class="item" style="padding: 0 16px">
                     <p style="font-size: 17px; color: #000">{{dream.name}}</p>
-                    <p style="font-size: 13px;" ng-style="aboutStyle">
-                        {{dream.about}}
+                    <p style="font-size: 13px;" ng-style="aboutStyle" ng-bind-html="dream.about | trustHtml">
                     </p>
                     <div style="text-align: center">
                         <i class="icon ion-chevron-down" ng-if="showAbout" ng-style="aboutStyle" style="color: #00C3DA;" ng-click="showText()"></i>