snapjay / ngCart

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

Permission denied to access property "length" #74

Closed solenoo closed 8 years ago

solenoo commented 8 years ago

I'm getting this issue when I add "ngcart-addtocart" to my HTML

this is how it looks <ngcart-addtocart id="{{product.ProductId}}" name="{{product.ProductName}}" price="{{product.ProductPrice}}" quantity="1" quantity-max="{{product.ProductQty}}" data="product"></ngcart-addtocart>

My question is does it has something to do with jquery, cause some of my other directives require jQuery ?