Sha256: 1e338920197b57bd2c78839e2aa72035fbe1f7e7c95fa498154913580af101c6

Contents?: true

Size: 470 Bytes

Versions: 6

Compression:

Stored size: 470 Bytes

Contents

<div class="table-responsive">
  <table class="table table-striped">
    <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 rs-attribute-table-row ng-repeat="item in g.attributes" name="item.name" attribute="item" ></tr>
    </tbody>
  </table>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
praxis-0.16.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.16.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.15.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.14.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.13.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.11.2 lib/api_browser/app/views/directives/attribute_table.html