Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

[FIX] Advanced Trade: fix edit order model #2481

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/tabs/trade.jade
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ section.col-xs-12.content(ng-controller="TradeCtrl")
label(l10n) Order Value (max)
.input-group
input.form-control(name='value', type='text'
ng-model='order[type].price', ng-change='calc_first(type)'
ng-model='order[type].second', ng-change='calc_first(type)'
rp-autofill='$routeParams.type == type && $routeParams.max'
rp-autofill-amount
rp-amount
Expand Down