views/fields/radio_checkbox.slim in engine2-1.0.5 vs views/fields/radio_checkbox.slim in engine2-1.0.6

- old
+ new

@@ -1,10 +1,10 @@ .col-lg-3 .btn-group.btn-group-sm [ - ng-init="action.record[f] = action.record[f] || info.render.false_value" + ng-init="action.record[f] = action.record[f] || field.render.false_value" ng-model="action.record[f]" bs-buttons-radio="" e2-field="" ] - button.btn.btn-default type="button" value="{{::info.render.true_value}}": span.glyphicon.glyphicon-ok - button.btn.btn-default type="button" value="{{::info.render.false_value}}": span.glyphicon.glyphicon-remove + button.btn.btn-default type="button" value="{{::field.render.true_value}}": span.glyphicon.glyphicon-ok + button.btn.btn-default type="button" value="{{::field.render.false_value}}": span.glyphicon.glyphicon-remove