snapjay / ngCart

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

Problem with ng-checkout, not switching to different page #37

Open smadapathi opened 9 years ago

smadapathi commented 9 years ago

Hello,

Thanks for your contribution! I am facing issue while doing checkout navigating to a different page. Here is my code

<ngcart-checkout service="http" settings="{ url:'template/ngCart/checkout.html' }" ><ngcart-summary></ngcart-summary></ngcart-checkout>

I am using ng-route for navigating to other pages.