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

Version Path
promethee-1.6.14 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.13 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.12 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.11 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.10 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.8 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.7 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.6 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.5 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.4 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.3 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.2 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.1 app/views/promethee/components/text/_localize.html.erb
promethee-1.6.0 app/views/promethee/components/text/_localize.html.erb
promethee-1.5.4 app/views/promethee/components/text/_localize.html.erb