Sha256: af9f3af762e3f3ea8124cd7194feafab4caacf132d57be80504712d2e92f9594

Contents?: true

Size: 640 Bytes

Versions: 4

Compression:

Stored size: 640 Bytes

Contents

.col-lg-2.col-md-3.col-sm-4
  .form-group
    .input-group.input-group-sm
      input [
        type="text"
        ng-model="action.query.search[f]"
        ng-model-options="{debounce: 200}"
        ng-change="action.search_field_change(f)"
        class="form-control"
        placeholder="{{::field.loc}}"
        e2-search-field=""
        e2-integer=""
      ]
      .input-group-btn
        a.btn.btn-default ng-disabled="!action.query.search[f]" ng-click="action.query.search[f] = null; action.search_field_change(f)"
          span.glyphicon.glyphicon-off

      /button.btn ng-click="action.query.search[f] = null": i.icon-remove

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
engine2-1.0.9 views/search_fields/integer.slim
engine2-1.0.8 views/search_fields/integer.slim
engine2-1.0.7 views/search_fields/integer.slim
engine2-1.0.6 views/search_fields/integer.slim