Sha256: 8a5cd2867409475a12d4c5808b80e34ec7c0c183e5be4d13046a1e685d9a732e

Contents?: true

Size: 609 Bytes

Versions: 2

Compression:

Stored size: 609 Bytes

Contents

.col-lg-3.col-md-4.col-sm-5
  .form-group
    .input-group.input-group-sm
      select.btn.btn-default [
        ng-model="action.query.search[f]"
        ng-options="v[0] as v[1] for v in info.render.list"
        ng-change="action.search_field_change(f)"
        ng-class="info.render.class"
        class="form-control"
        e2-search-field=""
      ]
        option value="" ng-bind="::info.loc"

      .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_select.slim
engine2-1.0.4 views/search_fields/list_select.slim