Sha256: 087feabf0a3f6fd2ec2120a2d88506d04c0bb077939f2cd4cb53c8d525ca13ca

Contents?: true

Size: 438 Bytes

Versions: 19

Compression:

Stored size: 438 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

19 entries across 19 versions & 1 rubygems

Version Path
praxis-2.0.pre.9 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.8 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.7 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.6 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.5 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.4 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.3 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.2 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-2.0.pre.1 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.22.pre.2 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.22.pre.1 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.21 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.20.1 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.20.0 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.19.0 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.18.1 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.18.0 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.17.1 lib/api_browser/app/views/directives/attribute_description/example.html
praxis-0.17.0 lib/api_browser/app/views/directives/attribute_description/example.html