Sha256: 14206e2a27a1e3e955f63a7eef180a832c523046271ccc5cf0b4d952d5c67496

Contents?: true

Size: 833 Bytes

Versions: 1

Compression:

Stored size: 833 Bytes

Contents

.form-group
  .btn-group.btn-group-sm [
    ng-model="action.query.search[f]"
    bs-buttons-radio=""
    ng-change="action.search_field_change(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

1 entries across 1 versions & 1 rubygems

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