I have the same issue using Bootstrap and opening a modal in which I'm getting user's camera flow. How can I fix this exactly? Error: [$rootScope:inprog] $digest already in progress http://errors.angularjs.org/1.2.16/$rootScope/inprog?p0=%24digest
Le vendredi 25 octobre 2013 12:11:18 UTC+2, Roberto Vázquez González a écrit : > > I got exactly the same error in the same situation. After some time > working I realized that the error was produced by angular-strap components. > Just deleting the angular-strap directives and everithing start working > again. > > I hope it's useful! > > El jueves, 17 de enero de 2013 02:46:34 UTC+1, David Aden escribió: >> >> Ben, >> >> Thanks -- we are using Bootstrap so it might be something in there. >> >> Am working on the off-hours project now so will need to check it in the >> morning when I'm back in the office -- thanks again! >> >> d >> >> On Wednesday, January 16, 2013 6:14:35 PM UTC-5, Ben Nadel wrote: >>> >>> The image loading (when it comes from cache) and the CSS transitions >>> (that don't work in IE) are the two places that I ended up calling $apply() >>> at the wrong times. >>> >>> The CSS transitions may be inside something else. For me, it was the >>> Twitter Bootstrap "hidden" event for modals. >>> >>> Good luck! >>> Ben Nadel >>> >>> >>> On Wed, Jan 16, 2013 at 6:07 PM, David Aden <[email protected]> wrote: >>> >>>> Ben, >>>> >>>> Not sure on that one -- will have to check with others on that. >>>> >>>> I've gone through the app and added a check on $$phase prior to pretty >>>> much all the $apply() and $digest() calls in the app. >>>> >>>> d >>>> >>>> >>>> On Wednesday, January 16, 2013 5:57:08 PM UTC-5, Ben Nadel wrote: >>>> >>>>> Do you have any code that is *expecting* a CSS transition to delay a >>>>> $digest? >>>>> >>>>> Since IE doesn't support transitions, "delayed" calls to $apply() may >>>>> take place during an existing $digest. >>>>> >>>>> -Ben Nadel >>>>> >>>>> >>>>> On Wed, Jan 16, 2013 at 5:55 PM, David Aden <[email protected]> wrote: >>>>> >>>>>> Ben, >>>>>> >>>>>> No. did a search of the code and no onLoad events. >>>>>> >>>>>> d >>>>>> >>>>>> >>>>>> On Wednesday, January 16, 2013 5:50:02 PM UTC-5, Ben Nadel wrote: >>>>>> >>>>>>> Are you binding to any image onLoad events in directives? >>>>>>> >>>>>>> -Ben Nadel >>>>>>> >>>>>>> >>>>>>> On Wed, Jan 16, 2013 at 4:00 PM, David Aden <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> I'm working on debugging some IE8 issues in an app that has largely >>>>>>>> been developed in Chrome. >>>>>>>> >>>>>>>> First time I load the app, it works (more or less, still debugging >>>>>>>> some visual quirks). >>>>>>>> >>>>>>>> If I reload (Ctrl-R or clicking on the reload icon), IE I get a >>>>>>>> series of "Error: $digest already in progressundefined" in the >>>>>>>> console. it >>>>>>>> runs out of memory (" Error: Out of stack spaceundefined") and >>>>>>>> freezes. >>>>>>>> >>>>>>>> If I go into Internet Options and switch IE from "automatically" >>>>>>>> checking for new versions of stored pages to checking "Every time I >>>>>>>> visit >>>>>>>> the webpage." the error goes away, but the app slows. >>>>>>>> >>>>>>>> any idea what might be causing this or what to look for. Of course, >>>>>>>> there's nothing helpful in terms of errors and other browsers work >>>>>>>> fine. >>>>>>>> >>>>>>>> d >>>>>>>> >>>>>>>> -- >>>>>>>> You received this message because you are subscribed to the Google >>>>>>>> Groups "AngularJS" group. >>>>>>>> To post to this group, send email to [email protected]. >>>>>>>> To unsubscribe from this group, send email to angular+u...@ >>>>>>>> googlegroups.com. >>>>>>>> >>>>>>>> Visit this group at http://groups.google.com/group/angular?hl=en-US >>>>>>>> . >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Ben Nadel >>>>>>> Adobe Community Expert >>>>>>> Adobe Certified Advanced ColdFusion Developer >>>>>>> Manager New York ColdFusion User Group >>>>>>> http://www.bennadel.com >>>>>>> >>>>>>> Need ColdFusion Help? >>>>>>> http://www.bennadel.com/Ask-Ben >>>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "AngularJS" group. >>>>>> To post to this group, send email to [email protected]. >>>>>> To unsubscribe from this group, send email to angular+u...@ >>>>>> googlegroups.com. >>>>>> Visit this group at http://groups.google.com/group/angular?hl=en-US. >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Ben Nadel >>>>> Adobe Community Expert >>>>> Adobe Certified Advanced ColdFusion Developer >>>>> Manager New York ColdFusion User Group >>>>> http://www.bennadel.com >>>>> >>>>> Need ColdFusion Help? >>>>> http://www.bennadel.com/Ask-Ben >>>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "AngularJS" group. >>>> To post to this group, send email to [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]. >>>> Visit this group at http://groups.google.com/group/angular?hl=en-US. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Ben Nadel >>> Adobe Community Expert >>> Adobe Certified Advanced ColdFusion Developer >>> Manager New York ColdFusion User Group >>> http://www.bennadel.com >>> >>> Need ColdFusion Help? >>> http://www.bennadel.com/Ask-Ben >>> >> -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
