Sha256: 7f871fc3c0dac712886c9f3e39b6d35bfa2aa9d5b273383152915d6511fe602c

Contents?: true

Size: 825 Bytes

Versions: 3

Compression:

Stored size: 825 Bytes

Contents

.form-group
  .btn-group.btn-group-sm [
    ng-model="action.query.search[f]"
    bs-buttons-radio=""
    ng-change="action.search_live(f)"
  ]
    button.btn.btn-default type="button" value="{{action.meta.info[f].render.true_value}}": span.glyphicon.glyphicon-ok
    button.btn.btn-default type="button" value="{{action.meta.info[f].render.false_value}}": span.glyphicon.glyphicon-remove
    button.btn.btn-default type="button" ng-disabled="!action.query.search[f]": span.glyphicon.glyphicon-off
  span ng-bind="::action.meta.info[f].loc"

/input type="checkbox" id="{{f}}" ng-model="action.query.search[f]" ng-true-value="{{action.meta.info[f].render.true_value}}" ng-false-value="{{action.meta.info[f].render.false_value}}"
/ ng-false-value="{{action.meta.info[f].render.false_value}}"
/ ng-init="action.record[f] = '0'"

Version data entries

3 entries across 3 versions & 1 rubygems

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