Sha256: b428e2f693e680d802f0736866c47706cc9abee95beef890f047baa63391333a

Contents?: true

Size: 1018 Bytes

Versions: 5

Compression:

Stored size: 1018 Bytes

Contents

<script type="text/ng-template" id="promethee/components/details/edit/write">
  <div  ng-controller="DetailsController"
        ng-click="inspect(component, $event)"
        class=" promethee-edit__component
                promethee-edit__component--details">
    <div class="promethee-edit__component-selected" ng-class="{'promethee-edit__component-selected--visible': promethee.inspected === component}">
      <div class="promethee-edit__toolbar">
        Details
        <ng-include src="'promethee/write/toolbar'"></ng-include>
      </div>
      <details>
        <summary>{{component.attributes.summary}}</summary>
        <ng-include src="'promethee/write/components'"></ng-include>
        <span type="button"
              class="btn btn-default btn-block"
              ng-click="addComponentTo(component.children)">
          Add component
        </span>
      </details>
    </div>
  </div>
</script>

<script>
  promethee.controller('DetailsController', ['$scope', function($scope) {

  }]);
</script>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
promethee-1.2.11 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.10 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.9 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.8 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.7 app/views/promethee/components/details/_edit.write.html.erb