Guest User

Untitled

a guest
Oct 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <input
  2. type="numer"
  3. value="{{ item.count }}"
  4. min="1"
  5. max="{{ item.existencia }}"
  6. name="{{ item.product_id }}_cant"
  7. (keypress)="onlyNumberKey($event)"
  8. [(ngModel)]="cantidadItems.cantidad"
  9. id="cant_producto{{ item.product_id }}"
  10. (change)="cambiacantidad(this.item)"
  11. />
Add Comment
Please, Sign In to add comment