Sha256: 41da8a67d6e47335aecc4bcdfbc8f5832b380003b37cbd66263a94afcd3a9d30

Contents?: true

Size: 617 Bytes

Versions: 3

Compression:

Stored size: 617 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_live(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_live(f)"
          span.glyphicon.glyphicon-off

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
engine2-1.0.2 views/search_fields/input_text.slim
engine2-1.0.1 views/search_fields/input_text.slim
engine2-1.0.0 views/search_fields/input_text.slim