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
I am trying to update from AngularJS 1.5 to AngularJS 1.7 and it seems something in the order of execution has changed.
The $log is being used before the module.run(), so the getInstance() is not present, causing the application to crash.
I was wondering if anyone has come across this and may have a solution.
I will keep poking around to see if I can figure it out in the meantime.
The text was updated successfully, but these errors were encountered:
Your help is appreciated!
Sorry, something went wrong.
No branches or pull requests
I am trying to update from AngularJS 1.5 to AngularJS 1.7 and it seems something in the order of execution has changed.
The $log is being used before the module.run(), so the getInstance() is not present, causing the application to crash.
I was wondering if anyone has come across this and may have a solution.
I will keep poking around to see if I can figure it out in the meantime.
The text was updated successfully, but these errors were encountered: