Sha256: 79a2f3fd494413f649f10f52e459576c38da134151dd1f68d0863762a33a8980

Contents?: true

Size: 796 Bytes

Versions: 6

Compression:

Stored size: 796 Bytes

Contents

<script type="text/ng-template" id="promethee/components/row/edit/move">
  <%= render 'promethee/edit/move.header', type: 'row' %>
      <div class="header">Row</div>
      <div class="row">
         <ng-include src="'promethee/components/row/edit/move/columns'"></ng-include>
      </div>
    </div>
  </div>
</script>

<% # Scope of components must be local, so the row can be removed from its parent components %>
<script type="text/ng-template" id="promethee/components/row/edit/move/columns">
    <div ng-init="components = component.children">
    <div  ng-repeat="component in components"
          class="<%= promethee_bem_classes 'promethee-edit__move__draggable', '--{{component.type}}' %>">
      <ng-include src="'promethee/move/component'"></ng-include>
    </div>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.6.24 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.23 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.22 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.21 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.20 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.19 app/views/promethee/components/row/_edit.move.html.erb