snapjay / ngCart

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

Quantity changes in cart directive aren't saved #2

Closed doodlemoonch closed 10 years ago

doodlemoonch commented 10 years ago

Looks like if you change the quantity of a product in the cart directive it isn't saved to localStorage

snapjay commented 10 years ago

Hey Matt, Ha yeah, I know! I broke it when I made the cart item object and didn't think anyone would notice! I've fixed it now. Pull from master; you can use /dist or /src.

doodlemoonch commented 10 years ago

Wow, thank you! Didn't expect such a quick response :)