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