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