Sha256: 63cb0d5c532743eae05bd284fe44842918e9cd20e4c0f3f4fbde8829cca80bb6

Contents?: true

Size: 636 Bytes

Versions: 10

Compression:

Stored size: 636 Bytes

Contents

<script type="text/ng-template" id="promethee/components/text/edit/inspect">
  <div class="form-group">
    <summernote config="{
      disableDragAndDrop: true,
      toolbar: [
        ['headline', ['style']],
        ['style', ['bold', 'italic']],
        ['alignment', ['ul', 'ol', 'paragraph']],
        ['code', ['codeview']]
      ]
    }" ng-model="promethee.inspected.attributes.body"></summernote>
  </div>

  {{promethee.inspected.attributes.body | textContentFromHTML: 'distinctParagraphs' | numberOfWords}} words<br>
  {{promethee.inspected.attributes.body | textContentFromHTML | numberOfCharacters}} characters
</script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
promethee-1.2.25 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.24 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.23 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.22 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.21 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.20 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.19 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.18 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.17 app/views/promethee/components/text/_edit.inspect.html.erb
promethee-1.2.16 app/views/promethee/components/text/_edit.inspect.html.erb