|
3 | 3 | <div class="media-center-banner clearfix"> |
4 | 4 | <buildfire-carousel images="WidgetHome.data.content.carouselImages"></buildfire-carousel> |
5 | 5 | </div> |
6 | | - <div ng-if="WidgetHome.showDescription(WidgetHome.data.content.description)" |
7 | | - class="text-left padded padding-bottom-zero clearfix"> |
| 6 | + <div class="text-left padded padding-bottom-zero clearfix"> |
8 | 7 | <p style="word-break: break-word" |
9 | | - ng-bind-html="WidgetHome.data.content.description | safeHtml"></p> |
| 8 | + ng-bind-html="WidgetHome.data.content.description | safeHtml" ng-if="WidgetHome.showDescription(WidgetHome.data.content.description)" |
| 9 | + ></p> |
10 | 10 | </div> |
11 | | - <div class="padded"> |
| 11 | + <div class="padded padding-top-zero"> |
12 | 12 | <div class="list-layout" |
13 | 13 | ng-if="WidgetHome.data" |
14 | 14 | infinite-scroll="WidgetHome.loadMore()" |
|
64 | 64 | </div> |
65 | 65 | </div> |
66 | 66 |
|
67 | | -<!--<div class="holder padding-zero"> |
68 | | - <div class="media-center-plugin layout1"> |
69 | | - <div class="media-center-banner clearfix border-bottom-grey"> |
70 | | - <div class="plugin-slider text-center"> |
71 | | - <div class="plugin-slide"> |
72 | | - <img src="http://www.placehold.it/1280x720.jpg"> |
73 | | - </div> |
74 | | - <div class="plugin-slide"> |
75 | | - <img src="http://www.placehold.it/1280x720.jpg"> |
76 | | - </div> |
77 | | - <div class="plugin-slide"> |
78 | | - <img src="http://www.placehold.it/1280x720.jpg"> |
79 | | - </div> |
80 | | - </div> |
81 | | - </div> |
82 | | - <div class="text-left padded padding-bottom-zero clearfix"> |
83 | | - <p>This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor. This is the WYSIWYG Editor.</p</p> |
84 | | - </div> |
85 | | - <div class="padded padding-top-zero"> |
86 | | - <div class="list-layout"> |
87 | | - <div class="row"> |
88 | | - <div class="list-item col-xs-6 pull-left"> |
89 | | - <div class="list-item-media text-center border-radius-three overflow-hidden"> |
90 | | - <div class="list-media-holder"> |
91 | | - <img src="http://www.placehold.it/240x160"> |
92 | | - </div> |
93 | | - </div> |
94 | | - <div class="list-item-copy text-left"> |
95 | | - <p class="ellipsis margin-zero"><a class="text-primary">This is a title</a></p> |
96 | | - <p class="summary ellipsis margin-zero">Here is where the summary goes</p> |
97 | | - <span class="list-item-date">Dec 21, 2014</span> |
98 | | - </div> |
99 | | - </div> |
100 | | - <div class="list-item col-xs-6 pull-left"> |
101 | | - <div class="list-item-media text-center border-radius-three overflow-hidden"> |
102 | | - <div class="list-media-holder play-btn"> |
103 | | - <img src="http://www.placehold.it/240x160"> |
104 | | - </div> |
105 | | - </div> |
106 | | - <div class="list-item-copy text-left"> |
107 | | - <p class="ellipsis margin-zero"><a class="text-primary">This is a title</a></p> |
108 | | - <p class="summary ellipsis margin-zero">Here is where the summary goes</p> |
109 | | - <span class="list-item-date">Dec 21, 2014</span> |
110 | | - </div> |
111 | | - </div> |
112 | | - </div> |
113 | | - </div> |
114 | | - </div> |
115 | | - </div> |
116 | | -</div>--> |
0 commit comments