Sha256: 6be78d2c1fec9a7128b361a220ae47c54331e681b6f012d7cb776d983444035a

Contents?: true

Size: 805 Bytes

Versions: 1

Compression:

Stored size: 805 Bytes

Contents

.col-lg-3.col-md-3.col-sm-3
  .form-group
    .btn-group.btn-group-sm ng-init="info = action.meta.info[f]" xe2-search-field=""
      a.btn.btn-default ng-class="action.query.search[f] == info.render.true_value && 'active'" ng-click="action.query.search[f] = info.render.true_value; action.search_field_change(f)"
        span.glyphicon.glyphicon-ok
      a.btn.btn-default ng-class="action.query.search[f] == info.render.false_value && 'active'" ng-click="action.query.search[f] = info.render.false_value; action.search_field_change(f)"
        span.glyphicon.glyphicon-remove
      a.btn.btn-default ng-disabled="action.query.search[f] == null" ng-click="action.query.search[f] = null; action.search_field_change(f)"
        span ng-bind="::action.meta.info[f].loc"
        span.glyphicon.glyphicon-off<

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
engine2-1.0.3 views/search_fields/checkbox_buttons.slim