Sha256: 0c698c32ae142e6fd28d06ada0350448d1b872ae8eb9cbe1df395561e2b3d313

Contents?: true

Size: 633 Bytes

Versions: 1

Compression:

Stored size: 633 Bytes

Contents

.col-lg-4.col-md-4.col-sm-5
  .form-group
    .input-group.input-group-sm
      input [
        type="text"
        ng-model="action.query.search[f]"
        ng-model-options="{debounce: 200}"
        maxlength="15"
        ng-change="action.search_field_change(f)"
        ng-class="action.meta.info[f].render.class"
        class="form-control"
        placeholder="{{::action.meta.info[f].loc}}"
        e2-search-field=""
      ]
      .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

Version data entries

1 entries across 1 versions & 1 rubygems

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