This commit is contained in:
Carlos Jimenez Ruiz 2019-04-16 12:44:12 +02:00
commit 5770bed5af
1 changed files with 2 additions and 3 deletions

View File

@ -48,11 +48,10 @@
<span> x {{::price.price | currency: 'EUR': 2}}</span>
</vn-one>
<vn-one>
<vn-input-number
<vn-input-number min="0"
name="quantity"
label="Qty."
field="price.quantity"
min="0"
model="price.quantity"
step="price.grouping"
on-change="$ctrl.validate()">
</vn-input-number>