Sha256: d88fc06e3d934da3d149f51f5a3dde745257f13cb2bd98836f75d94572f28382
Contents?: true
Size: 604 Bytes
Versions: 15
Compression:
Stored size: 604 Bytes
Contents
<script type="text/ng-template" id="promethee/components/text/localize"> <div ng-show="component.master.attributes.body"> <hr> <div class="row"> <div class="col-md-6"> <b>Text</b> <div ng-bind-html="component.master.attributes.body | htmlSafe"></div> </div> <div class="col-md-6"> <b>Text</b> <summernote config="summernoteConfig" ng-model="component.attributes.body"></summernote> <pre class="hidden">{{component.attributes.search = (component.attributes.body | textContentFromHTML)}}</pre> </div> </div> </div> </script>
Version data entries
15 entries across 15 versions & 1 rubygems