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