snapjay / ngCart

Really simple shopping cart for AngularJS
http://ngcart.snapjay.com
380 stars 236 forks source link

Altered cart to prevent from exceeding the maximum quantity to fix #35 #42

Open amillen opened 8 years ago

amillen commented 8 years ago

This prevents the quantity from exceeding the max quantity in the cart. Previously you could exceed the max quantity by pressing the + button in the cart view. This resolves #35