Sha256: b00d1be733d94b655687412f2bf0bea8601289efc83a42535e09141f1e4dec33

Contents?: true

Size: 643 Bytes

Versions: 7

Compression:

Stored size: 643 Bytes

Contents

<script type="text/ng-template" id="promethee/move/components">
  <div ng-init="type = component.type; components = component.children">
    <div
      ng-repeat="component in components"
      class="promethee__move--draggable promethee__move--draggable--{{type}}"
      draggable
      data-index="{{$index}}"
      data-type="{{component.type}}"
    >
      <ng-include src="'promethee/move/component'"></ng-include>
      <div
        class="promethee__move--droppable promethee__move--droppable--{{type}}"
        droppable
        data-index="{{$index+1}}"
        data-type="{{type}}"
      >
      </div>
    </div>
  </div>
</script>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
promethee-1.0.20 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.19 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.18 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.17 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.16 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.15 app/views/promethee/edit/move/_components.html.erb
promethee-1.0.14 app/views/promethee/edit/move/_components.html.erb