snapjay / ngCart

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

[$rootScope:infdig] 10 $digest() iterations reached. Aborting! #77

Closed brandhaug closed 8 years ago

brandhaug commented 8 years ago

Running a MEAN stack web application, and i'm trying to implement the ngCart. Whenever I add a directive from ngCart like or to the html I get the error:

angular.js:68 Uncaught Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [[{"msg":"fn: regularInterceptedExpression","newVal":3},{"msg":"fn: regularInterceptedExpression","newVal":".........

pjstol commented 6 years ago

Did you ever find the solution to this??, I'm having the same problem.