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

Removing module dependencies via configuration #12

Closed
arun0009 opened this issue Jan 6, 2015 · 3 comments
Closed

Removing module dependencies via configuration #12

arun0009 opened this issue Jan 6, 2015 · 3 comments

Comments

@arun0009
Copy link

arun0009 commented Jan 6, 2015

I want to remove dependency injection array passed in to module completely....right now I get a blank dependency array. Is there some value I can pass like in grunt deps: false to completely remove angular.module('modulename', [ ]) to be angular.module('modulename')?

@andidev
Copy link
Contributor

andidev commented Jan 24, 2015

Same problem here, are PR's accepted?

andidev added a commit to andidev/gulp-ng-constant-fork that referenced this issue Jan 25, 2015
@andidev
Copy link
Contributor

andidev commented Jan 28, 2015

For those who need this right away I have implemented this in https://www.npmjs.com/package/gulp-ng-constant-fork

@guzart guzart closed this as completed in 6a5e5ee Feb 3, 2015
guzart added a commit that referenced this issue Feb 3, 2015
feat: add deps false option value
Fixes #11 and #12
@guzart
Copy link
Owner

guzart commented Feb 3, 2015

@arun0009 thank you for reporting the issue, @andidev thanks for the PR and going thru the trouble of creating a fork for those who needed the feature.

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

3 participants