Sha256: 28dfe54a1cba0d6d98d0d4fe165ba0d8c708fda455e3de6d3a2ffdc58995f35f

Contents?: true

Size: 654 Bytes

Versions: 1

Compression:

Stored size: 654 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="{{::action.meta.info[f].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

1 entries across 1 versions & 1 rubygems

Version Path
engine2-1.0.3 views/search_fields/integer.slim