Sha256: 97ff5ae522884e30900252790460b542ec4c3fa42735958e43ec54eacdd0d152

Contents?: true

Size: 702 Bytes

Versions: 2

Compression:

Stored size: 702 Bytes

Contents

.col-lg-12
  .btn-group.btn-group-sm ng-model="action.record[f]" e2-field=""
    a.btn.btn-default ng-class="action.record[f] === info.render.true_value && 'active'" ng-click="action.record[f] = info.render.true_value" ng-disabled="info.disabled"
      span.glyphicon.glyphicon-check
    a.btn.btn-default ng-class="action.record[f] === info.render.false_value && 'active'" ng-click="action.record[f] = info.render.false_value" ng-disabled="info.disabled"
      span.glyphicon.glyphicon-unchecked
    a.btn.btn-default ng-class="(action.record[f] === null || action.record[f] === undefined) && 'active'" ng-click="action.record[f] = null" ng-disabled="info.disabled"
      span.glyphicon.glyphicon-off

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
engine2-1.0.5 views/fields/checkbox_buttons_opt.slim
engine2-1.0.4 views/fields/checkbox_buttons_opt.slim