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
When calling inject like this: $ocLazyLoad.inject(moduleName); "Cannot read property 'reconfig' of undefined" error is thrown.
Providing the default as follows seems to be a valid workaround: $ocLazyLoad.inject(moduleName, {reconfig: false});
Thanks
The text was updated successfully, but these errors were encountered:
Thanks, this is a bug that I need to fix :)
Sorry, something went wrong.
499bd72
It's fixed, thanks for the report, and sorry for taking so long :-/
No branches or pull requests
When calling inject like this: $ocLazyLoad.inject(moduleName); "Cannot read property 'reconfig' of undefined" error is thrown.
Providing the default as follows seems to be a valid workaround: $ocLazyLoad.inject(moduleName, {reconfig: false});
Thanks
The text was updated successfully, but these errors were encountered: