Sha256: b5d3a02b7f401f9e0ff60366845d4f3b86296723a0a74772904886a866559ce0

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

<form class="filter">
  <div class="input-append">
    <input ng-model="value" on-esc="clear()" type="text" class="span3" placeholder="{{placeholder}}">

    <button ng-click="clear()" type="button" class="btn ng-class: {disabled: isEmpty()}">
      <i class="icon-remove-circle"></i>Clear
    </button>
  </div>
  <span class="help-block">Press ESC to clear the filter</span>
</form>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongo_browser-0.2.5 public/ng/templates/table_filter.html
mongo_browser-0.2.0.rc2 app/assets/templates/table_filter.html