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

.run() doesn't invokes for lazyloaded modules in 1.0.3 after fix for .config() invoking. #218

Closed
captify-ddavydov opened this issue Jul 27, 2015 · 3 comments
Labels

Comments

@captify-ddavydov
Copy link

// I'm lazy-loaded module
angular.module('myModule', ['ngTable'])
.config(function() {
alert('I'm invoked');
})
.run(function() {
alert('Can't invoke( ');
})

@ocombe
Copy link
Owner

ocombe commented Jul 27, 2015

probable duplicate of #217

@ocombe ocombe added the bug label Jul 30, 2015
@ocombe ocombe closed this as completed in 52219f9 Jul 30, 2015
@ocombe
Copy link
Owner

ocombe commented Jul 30, 2015

Fixed in 1.0.4, thanks for the report !

@captify-ddavydov
Copy link
Author

Now it works! Thank a lot!

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