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

docs($httpBackend): add module declaration for best understanding purposes #9563

Closed
wants to merge 2 commits into from
Closed

Conversation

lnmunhoz
Copy link
Contributor

According with the Issue #9537. This module declaration in the test is very important. When I started to test in angular I copy and paste this code to see how it works, and I get this module undefined error, and just after read some blog posts I figure out that this line is essential for testing your module. So, for best understanding of begginers this can be very helpful.

According with the Issue #9537. This module declaration in the test is very important. When I started to test in angular I copy and paste this code to see how it works, and I get this `module undefined error`, and just after read some blog posts I figure out that this line is essential for testing your module. So, for best understanding of begginers this can be very helpful.
@lnmunhoz
Copy link
Contributor Author

I forgot the brackets for defining a module. I'm gonna fix this.

@IgorMinar IgorMinar self-assigned this Oct 13, 2014
@IgorMinar IgorMinar closed this in 0f6aa10 Oct 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants