You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
I am having two checkboxes, on clicking one checkbox executes function on another. while doing so it throws Error: [$rootScope:inprog] $apply already in progress error. doing the same on a plunkr works fine though. the plunk.
The text was updated successfully, but these errors were encountered:
Use StackOverflow for those kind of questions, since your problem is purely AngularJS. Eitherway your plnkr also throws the same error and the answer for your problem is related to this. Hope that helps :)
I am having two checkboxes, on clicking one checkbox executes function on another. while doing so it throws
Error: [$rootScope:inprog] $apply already in progress
error. doing the same on a plunkr works fine though. the plunk.The text was updated successfully, but these errors were encountered: