snapjay / ngCart

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

How to set up and run it #94

Open KiranShahdadpuri opened 7 years ago

KiranShahdadpuri commented 7 years ago

I have followed the steps yet it is not working properly. As shown in the demo, Add to Cart buttons are not appearing which is defined in the directive. Only, the static things are visible , no action is happening.

websws commented 7 years ago

+1. Same for me

GaboDot commented 7 years ago

Hi there! You got it solved? At the beginning I got some issues too, so just be sure you add all the needed libraries:

angular.js : https://ajax.googleapis.com/ajax/libs/angularjs/1.2.27/angular.js bootstrap : http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css ngCart : https://cdn.rawgit.com/snapjay/ngCart/0.0.3-rc.2/dist/ngCart.js (or downloaded and linked)

Also see the log of the console to verify which issue exactly you have.

accountup commented 7 years ago

The same. I've implemented all of the above, but the "Add to Cart" button does not appear either. How i can fix it?

GaboDot commented 7 years ago

Did you opened the console log? If so, did you get any error?