Sha256: 16ebd88d89d7bd22ab4da7d82322a7c6925682a4fcabd05b223268e33485f2cb

Contents?: true

Size: 272 Bytes

Versions: 12

Compression:

Stored size: 272 Bytes

Contents

<dt ng-hide="row.value | isEmpty">{{row.name}}</dt>
<dd ng-hide="row.value | isEmpty">
	<div ng-repeat="(k,v) in row.value">
		<span>{{k}}:</span>
		<span ng-if="v.value === true"><em>Any value</em></span>
		<span ng-if="v.value !== true">{{v.value}}</span>
	</div>
</dd>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
praxis-0.16.1 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.16.0 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.15.0 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.14.0 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.13.0 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.11.2 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.11.1 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.11 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.11pre lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.10.1 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.10.0 lib/api_browser/app/views/directives/attribute_description/_headers.html
praxis-0.9 lib/api_browser/app/views/directives/attribute_description/_headers.html