|
128 | 128 | </div> |
129 | 129 | </div> |
130 | 130 | <div class="padded text-left"> |
131 | | - <a class="text-primary" ng-if="data.design.hideText==false">{{ plugin.title }}</a> |
| 131 | + <a class="text-primary" ng-if="data.design.hideText!==undefined? !data.design.hideText : '' ">{{ plugin.title }}</a> |
| 132 | + <a class="text-primary" ng-if="data.design.hideText===undefined ? true : false ">{{ plugin.title }}</a> |
132 | 133 | </div> |
133 | 134 | </div> |
134 | 135 | </div> |
|
140 | 141 | <img load-image="16x9" data-final-src="{{ plugin.iconUrl }}" crop-width="450" crop-height="254" crop-type="crop" ng-if="plugin.iconUrl" /> |
141 | 142 | <img load-image="16x9" data-final-src="../../../styles/media/holder-16x9.png" ng-if="plugin.iconClassName" /> |
142 | 143 | </div> |
143 | | - <div class="info-bar titleBarBackgroundTheme" ng-show="data.design.hideText==false"> |
| 144 | + <div class="info-bar titleBarBackgroundTheme" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' "> |
| 145 | + <p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons">{{ plugin.title }}</p> |
| 146 | + </div> |
| 147 | + <div class="info-bar titleBarBackgroundTheme" ng-if="data.design.hideText===undefined ? true : false "> |
144 | 148 | <p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons">{{ plugin.title }}</p> |
145 | 149 | </div> |
146 | 150 | </div> |
|
156 | 160 | <img load-image="1x1" data-final-src="{{ plugin.iconUrl }}" crop-width="320" crop-height="320" crop-type="crop" ng-if="plugin.iconUrl" /> |
157 | 161 | <img load-image="1x1" data-final-src="../../../styles/media/holder-1x1.png" ng-if="plugin.iconClassName" /> |
158 | 162 | </div> |
159 | | - <div class="info-bar titleBarBackgroundTheme" ng-show="data.design.hideText==false"> |
| 163 | + <div class="info-bar titleBarBackgroundTheme" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' "> |
| 164 | + <p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons"> |
| 165 | + {{ plugin.title }} |
| 166 | + </p> |
| 167 | + </div> |
| 168 | + <div class="info-bar titleBarBackgroundTheme" ng-if="data.design.hideText===undefined ? true : false "> |
160 | 169 | <p class="margin-bottom-zero col-md-12 ellipsis titleBarTextAndIcons"> |
161 | 170 | {{ plugin.title }} |
162 | 171 | </p> |
|
179 | 188 | </div> |
180 | 189 | <div class="list-item-copy text-center" ng-class="data.design.hideText==false?'with-text':'without-text'"> |
181 | 190 | <p class="ellipsis margin-zero text-primary"> |
182 | | - <a class="text-primary" ng-show="data.design.hideText==false"> |
| 191 | + <a class="text-primary" ng-show="data.design.hideText==false"> |
| 192 | + {{ plugin.title }} |
| 193 | + </a> |
| 194 | + <a class="text-primary" ng-if="data.design.hideText===undefined ? true : false "> |
183 | 195 | {{ plugin.title }} |
184 | 196 | </a> |
185 | 197 | </p> |
|
199 | 211 | <img load-image="239x1" data-final-src="{{plugin.iconUrl}}" crop-width="512" crop-height="210" crop-type="crop" ng-if="plugin.iconUrl"> |
200 | 212 | <img load-image="239x1" data-final-src="../../../styles/media/holder-239x1.png" ng-if="plugin.iconClassName" /> |
201 | 213 | </div> |
202 | | - <div class="info-bar blackBackgroundTheme" ng-show="data.design.hideText==false"> |
| 214 | + <div class="info-bar blackBackgroundTheme" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' "> |
| 215 | + <p class="margin-bottom-zero col-md-12 ellipsis whiteTheme">{{ plugin.title }}</p> |
| 216 | + </div> |
| 217 | + <div class="info-bar blackBackgroundTheme" ng-if="data.design.hideText===undefined ? true : false "> |
203 | 218 | <p class="margin-bottom-zero col-md-12 ellipsis whiteTheme">{{ plugin.title }}</p> |
204 | 219 | </div> |
205 | 220 | </div> |
|
232 | 247 | <div class="backgroundLayer" style="background:url('{{ cropImage(plugin.iconUrl? plugin.iconUrl : '../../../styles/media/holder-16x9.png', {width: 640, height: 360}) }}');"></div> |
233 | 248 | <img load-image="16x9" data-final-src="{{plugin.iconUrl}}" crop-width="640" crop-height="360" crop-type="crop" ng-if="plugin.iconUrl" /> |
234 | 249 | <img load-image="16x9" data-final-src="../../../styles/media/holder-16x9.png" ng-if="plugin.iconClassName" /> |
235 | | - <p class="ellipsis item-text whiteTheme text-center" ng-show="data.design.hideText==false">{{ plugin.title }}</p> |
| 250 | + <p class="ellipsis item-text whiteTheme text-center" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' ">{{ plugin.title }}</p> |
| 251 | + <p class="ellipsis item-text whiteTheme text-center" ng-if="data.design.hideText===undefined ? true : false ">{{ plugin.title }}</p> |
236 | 252 | </div> |
237 | 253 | </div> |
238 | 254 | </div> |
|
246 | 262 | <div class="backgroundLayer" style="background:url('{{ cropImage(plugin.iconUrl? plugin.iconUrl : '../../../styles/media/holder-4x1.png', {width: 640, height: 160}) }}');"></div> |
247 | 263 | <img load-image="4x1" data-final-src="{{plugin.iconUrl }}" crop-width="640" crop-height="160" crop-type="crop" ng-if="plugin.iconUrl" /> |
248 | 264 | <img load-image="4x1" data-final-src="../../../styles/media/holder-4x1.png" ng-if="plugin.iconClassName" /> |
249 | | - <p class="ellipsis item-text whiteTheme text-center" ng-show="data.design.hideText==false">{{ plugin.title }}</p> |
250 | | - </div> |
| 265 | + <p class="ellipsis item-text whiteTheme text-center" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' ">{{ plugin.title }}</p> |
| 266 | + <p class="ellipsis item-text whiteTheme text-center" ng-if="data.design.hideText===undefined ? true : false ">{{ plugin.title }}</p> |
| 267 | + </div> |
251 | 268 | </div> |
252 | 269 | </div> |
253 | 270 | <!--End Layout 10 --> |
|
259 | 276 | <img load-image="1x1" data-final-src="{{ plugin.iconUrl }}" crop-width="400" crop-height="400" crop-type="crop" ng-if="plugin.iconUrl" /> |
260 | 277 | <img load-image="1x1" data-final-src="../../../styles/media/holder-1x1.png" ng-if="plugin.iconClassName" /> |
261 | 278 | <div class="text-holder"> |
262 | | - <p class="item-text whiteTheme text-center" ng-show="data.design.hideText==false">{{ plugin.title }}</p> |
| 279 | + <p class="item-text whiteTheme text-center" ng-if="data.design.hideText!==undefined? !data.design.hideText: '' ">{{ plugin.title }}</p> |
| 280 | + <p class="item-text whiteTheme text-center" ng-if="data.design.hideText===undefined ? true : false ">{{ plugin.title }}</p> |
263 | 281 | </div> |
264 | 282 | </div> |
265 | 283 | </div> |
|
0 commit comments