Sha256: b536b22df4d08741fccd1ae05a74c1a1b7994db16f088d20b6417b2368aa4290

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

.col-lg-3.col-md-4.col-sm-5
  .form-group
    .btn-group.btn-group-sm ng-model="action.query.search[f]" e2-search-field="" ng-init="action.query.search[f] = action.query.search[f] || []"
      a.btn.btn-default[
        ng-class="action.query.search[f].includes(v[0]) && 'active'"
        ng-click="action.query.search[f].includes(v[0]) ? action._().pull(action.query.search[f], v[0]) : action.query.search[f].push(v[0]); action.search_field_change(f)"
        ng-repeat="v in field.render.values"
        ng-bind-html="v[1]"
      ]
      a.btn.btn-default ng-disabled="action.query.search[f].length == 0" ng-click="action.query.search[f] = []; action.search_field_change(f)"
        span ng-bind="::field.loc"
        span.glyphicon.glyphicon-off<

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
engine2-1.0.9 views/search_fields/list_mbuttons.slim