Sha256: 72ee3a234fde8bb95e1c87f378f24c53ee2b3d7079a04f471d813a0ce434b765

Contents?: true

Size: 781 Bytes

Versions: 3

Compression:

Stored size: 781 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_live(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_live(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_live(f)"
        span ng-bind="::action.meta.info[f].loc"
        span.glyphicon.glyphicon-off<

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
engine2-1.0.2 views/search_fields/checkbox_buttons.slim
engine2-1.0.1 views/search_fields/checkbox_buttons.slim
engine2-1.0.0 views/search_fields/checkbox_buttons.slim