Sha256: 4ffb88c5657f9a5f028eb505e08cb422048a0fecf038c3068564c5e29c982c2d

Contents?: true

Size: 606 Bytes

Versions: 11

Compression:

Stored size: 606 Bytes

Contents

<tr>
  <td>
    <span ng-bind-html="name | attributeName"></span>
    <conditional-requirements requirements='type.requirements'></conditional-requirements>
  </td>
  <td>
    <type-placeholder template="label" type="type"></type-placeholder>
    <span ng-bind-html="parentRequirements | hasRequirement:name | tagRequirement"></span>
  </td>
  <td>
    <attribute-description attribute="details"></attribute-description>
  </td>
</tr>
<tr type-placeholder ng-repeat="(k,v) in type.attributes" type="v.type" template="embedded" name="name + '.' + k" details="v" parent-requirements="type.requirements"></tr>

Version data entries

11 entries across 11 versions & 1 rubygems

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