Skip to content
New issue

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

$ocLazyLoad.inject() throws Cannot read property 'reconfig' of undefined #171

Closed
erikmay1 opened this issue Apr 30, 2015 · 2 comments
Closed
Labels

Comments

@erikmay1
Copy link

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

@ocombe ocombe added the bug label May 5, 2015
@ocombe
Copy link
Owner

ocombe commented May 5, 2015

Thanks, this is a bug that I need to fix :)

@ocombe
Copy link
Owner

ocombe commented May 29, 2015

It's fixed, thanks for the report, and sorry for taking so long :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants