Sha256: 34d0919a72a393573517f65c1da5a52d4d2e8c9d8fa20b828e18cdcba887af0c

Contents?: true

Size: 554 Bytes

Versions: 11

Compression:

Stored size: 554 Bytes

Contents

<div class="table-responsive">
  <table class="table table-striped table-bordered">
    <thead>
      <tr>
        <th>Attribute</th>
        <th>Type</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody ng-repeat="g in groups">
      <tr ng-if="g.name && g.attributes.length">
        <th colspan="3">{{g.name}}</th>
      </tr>
      <tr type-placeholder ng-repeat="item in g.attributes" type="item.type" template="embedded" name="item.name" details="item" parent-requirements="parentRequirements"></tr>
    </tbody>
  </table>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
praxis-2.0.pre.9 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.8 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.7 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.6 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.5 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.4 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.3 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.2 lib/api_browser/app/views/directives/attribute_table.html
praxis-2.0.pre.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.22.pre.2 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.22.pre.1 lib/api_browser/app/views/directives/attribute_table.html