Sha256: 59f72287da9ccce6dc8d613b33a8161cd063f9e0fc4568752ca53012de0394af

Contents?: true

Size: 1.01 KB

Versions: 7

Compression:

Stored size: 1.01 KB

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 promethee-edit__toolbar--transparent">
        <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

7 entries across 7 versions & 1 rubygems

Version Path
promethee-1.2.18 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.17 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.16 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.15 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.14 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.13 app/views/promethee/components/details/_edit.write.html.erb
promethee-1.2.12 app/views/promethee/components/details/_edit.write.html.erb