Sha256: f687332387fe88c7804c3a4597acd35f3aa67e4fc186ee8fd4c4346c71d06fdc

Contents?: true

Size: 571 Bytes

Versions: 2

Compression:

Stored size: 571 Bytes

Contents

e2-action action="[info.assoc, 'list']"
  .col-lg-3.col-md-4.col-sm-5
    .form-group
      .input-group.input-group-sm
        select.btn.btn-default [
          ng-model="action.selected"
          ng-options="v.id as v.value for v in action.values"
          ng-change="action.change()"
          ng-class="::info.render.class"
          class="form-control"
        ]

          option value="" ng-bind="::info.loc"
        .input-group-btn
          a.btn.btn-default ng-disabled="!action.selected" ng-click="action.reset()"
            span.glyphicon.glyphicon-off

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
engine2-1.0.5 views/search_fields/select_picker.slim
engine2-1.0.4 views/search_fields/select_picker.slim