Sha256: 8d2cfbd74eb6e9e7e6bca5ab4d1e4cd35e4064a58743bd91cc3a04d7ffc165c1

Contents?: true

Size: 881 Bytes

Versions: 3

Compression:

Stored size: 881 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-init="info = action.meta.info[f]; action.query.search[f] = action.query.search[f] || []"
        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_live(f)"
        ng-class="info.render.class"
        class="form-control"

        data-animation="{{::info.render.animation}}"
        data-placeholder="{{::info.loc}}"
        data-multiple="1"
        data-max-length-html="wybranych"
        bs-select=""
        e2-search-field=""
      ]

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

Version data entries

3 entries across 3 versions & 1 rubygems

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