The error indicates an $apply or $digest operation was requested when one was already in progress ( http://errors.angularjs.org/1.3.0-beta.6/$rootScope/inprog?p0=%24apply) are you making any calls to $scope.$apply() or $scope.$digest()?
---------------------------------------------------------------- jrussell.me On Sun, Sep 21, 2014 at 10:52 PM, Todd Hoyle <[email protected]> wrote: > I am at a loss on how to properly debug angularJS code using firefox. > > I am getting the following error and have no idea how to delve into it to > find the issue. > > Error: [$rootScope:inprog] > http://errors.angularjs.org/1.3.0-beta.6/$rootScope/inprog?p0=%24apply > I/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:6:449 > m@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:105:101 > le/this.$get</h.prototype.$digest@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:109:194 > $scope.updateMapCode > @file:///C:/Users/todd/Desktop/mapPlanning/map2.html?m=fjord&t=HR414225:358:6 > $scope.change > @file:///C:/Users/todd/Desktop/mapPlanning/map2.html?m=fjord&t=HR414225:324:6 > $a.prototype.functionCall/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:178:370 > le/this.$get</h.prototype.$eval@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:112:168 > Ud<.link/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:194:155 > gf</this.$$realSetViewValue/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:192:412 > q@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:7:278 > gf</this.$$realSetViewValue@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:192:371 > gf</this.$setViewValue@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:193:95 > k/</<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:211:107 > le/this.$get</h.prototype.$eval@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:112:168 > le/this.$get</h.prototype.$apply@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:112:452 > k/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:211:64 > Ce/c/<@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:31:223 > q@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:7:363 > Ce/c@ > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js:31:207 > > https://ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.6/angular.min.js > Line 92 > > Any suggestions? > > -- > 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. > -- 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.
