snapjay / ngCart

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

Checkout success/fail notification #26

Open amejiarosario opened 9 years ago

amejiarosario commented 9 years ago

A common use case is to empty the cart after the checkout process has been completed. I see that I can use ngCart.empty() for that. However, I don't see any callback/broadcast to notify if the checkout was either successful or failed with an error.