Sha256: 5c8bb693c411e2b9f1dfbac76c0a1c53b347624afdf8e4f0e86eb336ba818ef5
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
span ng-init="action.query.search[f] = action.query.search[f] || {}" .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].from" class="form-control" placeholder="{{::info.loc}} <" e2-search-field="" e2-integer="" ] .input-group-btn a.btn.btn-default ng-disabled="!action.query.search[f].from" ng-click="action.query.search[f].from = null; action.search_field_change(f)": span.glyphicon.glyphicon-off .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].to" class="form-control" placeholder="{{::info.loc}} >" e2-search-field="" e2-integer="" ] .input-group-btn a.btn.btn-default ng-disabled="!action.query.search[f].to" ng-click="action.query.search[f].to = null; action.search_field_change(f)": span.glyphicon.glyphicon-off
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
engine2-1.0.5 | views/search_fields/integer_range.slim |
engine2-1.0.4 | views/search_fields/integer_range.slim |