Sha256: ed136daf060372e5af168abe81022aaf18942e444efc1f7bf44841335b2d828c
Contents?: true
Size: 488 Bytes
Versions: 5
Compression:
Stored size: 488 Bytes
Contents
<ng-include src="'views/directives/attribute_table_row/_default.html'" no-container></ng-include> <div class="row" ng-repeat="(attribute_name,attribute) in attribute.type.attributes"> <div class="col-sm-3" ng-bind-html="name + '.' + attribute_name | attributeName"> </div> <div class="col-sm-2"> <rs-type-label type="attribute.type"></rs-type-label> </div> <div class="col-sm-7"> <rs-attribute-description attribute="attribute"></rs-attribute-description> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems