Sha256: 83bf731cba27d2cf4b24c69b05fe2c2bd8fef019f722d31d3aad190d2a770856

Contents?: true

Size: 639 Bytes

Versions: 2

Compression:

Stored size: 639 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="{{::info.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

2 entries across 2 versions & 1 rubygems

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