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

- old
+ new

@@ -4,14 +4,14 @@ xe2-decimal-time-picker="" mode="record" type="text" class="form-control" xng-model="value" ng-model="action.record[f]" - ng-disabled="info.disabled" + ng-disabled="field.disabled" bs-timepicker="" - data-animation="{{::info.render.animation}}" - data-time-format="{{::info.render.format}}" + data-animation="{{::field.render.animation}}" + data-time-format="{{::field.render.format}}" data-model-date-format="HHmmss" data-show-meridian="false" data-show-seconds="true" data-minute-step="1" data-second-step="1"