|
|
|
@ -166,12 +166,12 @@
|
|
|
|
|
<div class="col-sm-6">
|
|
|
|
|
<div class="input-group">
|
|
|
|
|
<input type="number" name="yeepay_rate_value" stringToNumber2 class="form-control" ng-model="rate.yeepay_rate_value"
|
|
|
|
|
min="0.6" max="2.2" step="0.1" id="yeepay_rate_value_input" required>
|
|
|
|
|
min="0.6" max="5.0" step="0.1" id="yeepay_rate_value_input" required>
|
|
|
|
|
<div class="input-group-addon">%</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div ng-messages="rate_form.yeepay_rate_value.$error" ng-if="rate_form.yeepay_rate_value.$dirty">
|
|
|
|
|
<div class="small text-danger" ng-message="max">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 2.2%
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No more than 5.0%
|
|
|
|
|
</div>
|
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
|
<i class="glyphicon glyphicon-alert"></i> No less than 0.6%
|
|
|
|
|