unserver-unify
Version:
8 lines • 341 B
HTML
<div class="col-lg-12 block-description padding-right-0">
<div class=" white-bg ck_editor_content" style="padding: 15px;">
<div ng-if="currentLanguage!='Chinese'" ng-bind-html="ctrl.whyus||ctrl.whyusCN">
</div>
<div ng-if="currentLanguage=='Chinese'" ng-bind-html="ctrl.whyusCN||ctrl.whyus">
</div>
</div>
</div>