|
|
@ -72,7 +72,8 @@
|
|
|
|
<input type="number" name="transaction_fee" class="form-control"
|
|
|
|
<input type="number" name="transaction_fee" class="form-control"
|
|
|
|
ng-model="rate.transaction_fee"
|
|
|
|
ng-model="rate.transaction_fee"
|
|
|
|
min="0" step="0.1" max="1" id="transaction_fee_input" required>
|
|
|
|
min="0" step="0.1" max="1" id="transaction_fee_input" required>
|
|
|
|
<div class="input-group-addon">$</div>
|
|
|
|
<div class="input-group-addon" ng-if="rate.rate_name != 'ApsInStore' && rate.rate_name != 'ApsCashier'">$</div>
|
|
|
|
|
|
|
|
<div class="input-group-addon" ng-if="rate.rate_name == 'ApsInStore' || rate.rate_name == 'ApsCashier'">%</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div ng-messages="rate_form.transaction_fee.$error" ng-if="rate_form.transaction_fee.$dirty">
|
|
|
|
<div ng-messages="rate_form.transaction_fee.$error" ng-if="rate_form.transaction_fee.$dirty">
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|
<div class="small text-danger" ng-message="min">
|
|
|
|