Sha256: 833bfcad84b870f0878e16d5920b9dceb7569ec9f8a272019dc01f67de15d92a

Contents?: true

Size: 436 Bytes

Versions: 11

Compression:

Stored size: 436 Bytes

Contents

<dt ng-if="row.value.length < 50">example</dt> 
<dt ng-if="row.value.length >= 50">
	  example (<a ng-init="row.isCollapsed = true" ng-click="row.isCollapsed = !row.isCollapsed">{{row.isCollapsed? 'show' : 'hide'}}</a>)
	</dt>
</dt>


<dd ng-if="row.value.length <= 50">
	<code ng-class="{hide: false}">{{row.value}}</code>
</dd>
<dd ng-if="row.value.length > 50">
  <pre ng-class="{hide: row.isCollapsed}">{{row.value}}</pre>
</dd>

Version data entries

11 entries across 11 versions & 1 rubygems

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