Refactor sell

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-12 23:53:23 -03:00
commit 4b6be720a7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 4 additions and 6 deletions

View file

@ -17,7 +17,7 @@
</div>
<select ng-model="selectedPaymentMethodId.value"
ng-options="item.id as item.name for item in paymentMethods"
ng-change="sellRequest({quote: true})">
ng-change="sellRequest()">
</select>
</label>