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

Detecting functionality used in modules, where no explicit dependency is done #11

Open
raDiesle opened this issue Jul 31, 2014 · 0 comments

Comments

@raDiesle
Copy link

Having:

angular.module('app', ['bootstrap.ui', 'nganimate'])

and a submodule using this dependency

angular.module('app.submodule.subsub', []).directive(function($animate){
$animate.start(...)..
})

How about having a dependency as well in e.g. a different arrow color?
Probably code of https://github.com/olov/ng-annotate
could be reused to support recognition of full injected modules.

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

No branches or pull requests

1 participant