We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I wanted to understand the use of $rootScope.$apply. This lines are causing an error in my app. Error: $digest / $apply already in progress
I know this is occuring because there is a $digest / $apply is running already in my application when the code from the angular-indexedDb is running.
However when i comment these lines in the entire file. My app works fine. Any help or information regarding the same would be greatly appreciated.
Best Regards, TNTV33
The text was updated successfully, but these errors were encountered:
Add shimIndexedDB compatibility. issue webcss#31
fab98ca
Merge pull request #58 from wibimaster/issue_31
96ed26b
No branches or pull requests
Hi,
I wanted to understand the use of $rootScope.$apply. This lines are causing an error in my app.
Error: $digest / $apply already in progress
I know this is occuring because there is a $digest / $apply is running already in my application when the code from the angular-indexedDb is running.
However when i comment these lines in the entire file. My app works fine. Any help or information regarding the same would be greatly appreciated.
Best Regards,
TNTV33
The text was updated successfully, but these errors were encountered: