snapjay / ngCart

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

templateUrl need to be changed #101

Open yuexingyin opened 7 years ago

yuexingyin commented 7 years ago

Hi, I am using your ngCart for my project. At first, it didn't work, so I checked the source code. And I add 'bower_components/ngCart/template' in front of the current templateUrl in the ngcart.directive.js file, then it works. Maybe I am the only one facing this issue. Anyways, just wanna let you guys know, cheers!

lrkwz commented 6 years ago

Since I wish to override them I copied the templates under the proj root.

it is more annoying to me the fact the it does not support the <script type="text/ng-template" id="..."> to override templates.