Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(angular.module): 'MyModule' -> 'myModule' #5393

Closed
wants to merge 1 commit into from

Conversation

moretti
Copy link
Contributor

@moretti moretti commented Dec 13, 2013

The module in the example is created in lower camel case:

 var myModule = angular.module('myModule', []);

So it should be:

var injector = angular.injector(['ng', 'myModule'])

@IgorMinar
Copy link
Contributor

I'm sorry, but I wasn't able to verify your CLA signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let me know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@moretti
Copy link
Contributor Author

moretti commented Dec 13, 2013

I'm sorry about that. I've just signed the CLA.

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

Successfully merging this pull request may close these issues.

2 participants