Sha256: a540f2c8facbe45610aebf4bedd0b8f0debda082474f4e4309fb28b4199330d8

Contents?: true

Size: 728 Bytes

Versions: 2

Compression:

Stored size: 728 Bytes

Contents

.col-lg-3.col-md-4.col-sm-5
  .form-group
    .input-group.input-group-sm
      button.btn.btn-default [
        type="button"
        ng-model="action.query.search[f]"
        bs-options="v[0] as v[1] for v in info.render.list"
        data-html="true"
        ng-change="action.search_field_change(f)"
        ng-class="info.render.class"
        class="form-control"

        data-animation="{{::info.render.animation}}"
        data-placeholder="{{::info.loc}}"
        bs-select=""
        e2-search-field=""
      ]

      .input-group-btn
        a.btn.btn-default ng-disabled="action.query.search[f] == null" ng-click="action.query.search[f] = null; action.search_field_change(f)"
          span.glyphicon.glyphicon-off

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
engine2-1.0.5 views/search_fields/list_bsselect.slim
engine2-1.0.4 views/search_fields/list_bsselect.slim